- Breaking: Replaced
uglify-es
withterser
(#66) - Breaking: Update to webpack v5 api, dropping support for older versions. (#68)
- Chore: Updated dependencies to address identified vulnerabilities. (#65)
- Enable source maps by default. (#61)
- Updated uglify dependencies to include recent features/bug fixes.
- Added babel-code-frame to pretty print SyntaxError messages, this should help in debugging failed minification. (#45)
- Fix issue with uglifyES options not being applied. (#42)
- Delay pruning of the cache until compilation is completely done. (#41)
- Breaking: Updated to uglify-js@3, syntax remains the same, but the options you provide uglifyJS may have changed. (#31)
- Breaking: Plugin now ignores your config's
devtool
option. Enable source maps by initializing the plugin withsourceMap: true
. (#23) - New: Added uglify-es support. To use, provide the plugin with uglifyES options instead of uglifyJS. (#35)
- Fix:
workerCount
option is no longer being ignored. (#33)