Skip to content

1.4.0

Compare
Choose a tag to compare
@ampersarnie ampersarnie released this 30 Oct 10:18
· 21 commits to main since this release
8503456

What's Changed

This update changes the minification plugin away from the inbuilt Webpack flavour to Terser. The configuration used for Terser is the same that can be found in @wordpress/scripts which means we are now more capable of using translation functions and translators: comments effectively without workaround.

  • Translation functions (__(), _x(), _n(), etc) no longer get obfuscated.
  • translators: comments are no longer stripped from minified files.

Change Log

  • Change webpack config from native minification to use TerserPlugin. by @ampersarnie in #125

Full Changelog: 1.3.3...1.4.0