Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

33 lines (23 loc) · 2.22 KB

2.0.0

  • Breaking: Replaced uglify-es with terser (#66)
  • Breaking: Update to webpack v5 api, dropping support for older versions. (#68)
  • Chore: Updated dependencies to address identified vulnerabilities. (#65)

1.1.2

  • Enable source maps by default. (#61)

1.1.1

  • Updated uglify dependencies to include recent features/bug fixes.

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)