Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

22 lines (15 loc) · 1.61 KB

1.1.0

  • Added babel-code-frame to pretty print SyntaxError messages, this should help in debugging failed minification. (#45)

1.0.2

  • Fix issue with uglifyES options not being applied. (#42)

1.0.1

  • Delay pruning of the cache until compilation is completely done. (#41)

1.0.0

  • 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 with sourceMap: 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)

0.4.2

  • New: Added this change log.
  • New: Added support for test/include/exclude options. (#26)
  • Fix: Addressed issue with creating too many event listeners for child processes. (#25)