Skip to content

v3.14.0

Latest
Compare
Choose a tag to compare
@cloudcannon-oss cloudcannon-oss released this 05 Mar 02:45
· 1 commit to main since this release

Added the ignoreFilePatterns option to the bookshop.config.cjs file.

Example:

module.exports = {
  ignoreFilePatterns: [
    /\.test\.jsx$/
  ],
  engines: {
    "@bookshop/astro-engine": {}
  }
}

This should be an array of regular expressions.
Any filenames that match one of the provided patterns will not be processed by Bookshop.