v4.0.0
- Fix output path not working correctly on windows (#8) - thanks @Bouhnosaure !
- Add support for webpack watch mode - thanks @DougThwaites !
- Remove default
mjmlOptions
- fixes #10
Breaking changes
This version removes the default { beautify: true, minify: false }
options from the mjmlOptions
setting, because these have been deprecated by MJML since v4. The removal of the minify
option should not affect the output of your templates, but if you'd still like to beautify the output you can add { mjmlOptions: { beautify: true } }
to the settings in your webpack.mix.js
file. Note this this will output a deprecation notice, we unfortunately cannot remove this.