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'
}
}

Fail

Type: String
Default: undefined

silent

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

verbose

verbose will additionally log the error stack trace.

Copyright © 2024 Maizzle SRLBrand policy
Edit this page on GitHub