Build errors

Maizzle will throw an error when a build error occurs.

You may configure how build errors are handled when developing with the CLI commands, by adding a build.fail key to your config:

config.js
module.exports = {
  build : {
    fail: 'silent' // or 'verbose'
  }
}

silent

silent will just log the paths to the files it failed build.

verbose

verbose will additionally log the error stack trace.

Copyright © 2023 Maizzle SRL Brand policy
Edit this page on GitHub