1.4.0
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