Skip to content

v4.0.0

Compare
Choose a tag to compare
@stidges stidges released this 08 Jan 13:15
· 2 commits to master since this release
v4.0.0
47925e2
  • 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.