- 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)