Uglifyjs Webpack Plugin Versions Save

[deprecated] UglifyJS Plugin

v2.2.0

4 years ago

2.2.0 (2019-07-31)

Features

v2.1.3

5 years ago

2.1.3 (2019-05-15)

Bug Fixes

v2.1.2

5 years ago

2.1.2 (2019-02-25)

Bug Fixes

  • invalidate cache after changing node version (#396) (380bb54)

v2.1.1

5 years ago

2.1.1 (2018-12-27)

Bug Fixes

  • don't crash when no extracted comments (#387) (68ad71c)

v2.1.0

5 years ago

2.1.0 (2018-12-22)

Bug Fixes

Features

  • chunkFilter option for filtering chunks (#382) (1e58c99)

v2.0.1

5 years ago

2.0.1 (2018-09-18)

Bug Fixes

  • decrease minimum required uglify-js version (#357) (dc9d038)

v2.0.0

5 years ago

2.0.0 (2018-09-14)

Bug Fixes

  • default extract comment condition is case insensitivity

Features

  • full coverage schema options validation
  • enable inline optimization by default

BREAKING CHANGES

  • Switch back to uglify-js (uglify-es is abandoned, if you need uglify ES6 code please use terser-webpack-plugin).
  • Changed function signature for warningsFilter option (now first argument is warning, second is source).
  • Enforces peerDependencies of "webpack": "^4.3.0.
  • Enforces engines of "node": ">= 6.9.0 <7.0.0 || >= 8.9.0

v1.3.0

5 years ago

2018-08-14

Bug Fixes

  • all nodejs globals avaliable inside minify function (#332) (24fe22b)
  • uglify/Runner: cpus length in a chroot environment (os.cpus()) (#341) (6d9c36f)

Features

v1.2.7

5 years ago

2018-06-25

Bug Fixes

  • no warning when warningsFilter return false (#317) (cabee6c)

v1.2.6

5 years ago

2018-06-20

Bug Fixes

  • disable inline optimization by default (#308) (6ab0918)
  • don't use a worker farm unless more than one process is required (#280) (3f0767b)
  • better handle invalid source map (#284) (dbebb3b)
  • perf regression with memory usage for source maps (#305) (3ca5eaf)
  • return missing important information for uglify warnings (#306) (4f50156)