Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Releases: webpack-contrib/uglifyjs-webpack-plugin

v2.2.0

31 Jul 12:24
Compare
Choose a tag to compare

2.2.0 (2019-07-31)

Features

v2.1.3

15 May 08:14
Compare
Choose a tag to compare

2.1.3 (2019-05-15)

Bug Fixes

v2.1.2

25 Feb 12:59
Compare
Choose a tag to compare

2.1.2 (2019-02-25)

Bug Fixes

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

v2.1.1

27 Dec 12:35
Compare
Choose a tag to compare

2.1.1 (2018-12-27)

Bug Fixes

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

v2.1.0

22 Dec 16:19
Compare
Choose a tag to compare

2.1.0 (2018-12-22)

Bug Fixes

Features

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

v2.0.1

18 Sep 10:21
Compare
Choose a tag to compare

2.0.1 (2018-09-18)

Bug Fixes

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

v2.0.0

14 Sep 16:03
266bb1c
Compare
Choose a tag to compare

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

14 Aug 15:30
Compare
Choose a tag to compare

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

25 Jun 18:27
Compare
Choose a tag to compare

2018-06-25

Bug Fixes

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

v1.2.6

20 Jun 14:43
Compare
Choose a tag to compare

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)