Skip to content

Releases: webpack-contrib/terser-webpack-plugin

v2.3.8

12 Aug 11:13
Compare
Choose a tag to compare

2.3.8 (2020-08-12)

Chore

  • update serialize-javascript

v1.4.5

12 Aug 11:20
Compare
Choose a tag to compare

1.4.5 (2020-08-12)

  • update serialize-javascript

v4.1.0

10 Aug 14:17
Compare
Choose a tag to compare

4.1.0 (2020-08-10)

Features

  • pass license files as related assets for webpack@5 (7d3ae95)

Bug Fixes

  • compatibility with 10.13 version of Node.js

v4.0.0

04 Aug 15:13
Compare
Choose a tag to compare

4.0.0 (2020-08-04)

⚠ BREAKING CHANGES

  • the warningsFilter option was removed without replacement,
  • terser version is 5,
  • return value of the minify option was changed, only code/map/extractedComments are valid

Features

  • improved compatibility with webpack@5

v3.1.0

03 Aug 17:21
Compare
Choose a tag to compare

3.1.0 (2020-08-03)

Features

  • show minimized assets in stats for webpack@5 (#289) (d59eae2)

Bug Fixes

  • compatibility cache feature with webpack@5 (update webpack@5 to latest beta version) (5d2bd29)
  • skip double compression for child compilation (37cc813)

v3.0.8

27 Jul 16:06
Compare
Choose a tag to compare

3.0.8 (2020-07-27)

Bug Fixes

  • compatibility with child compilations (9da4add)

v3.0.7

16 Jul 15:02
Compare
Choose a tag to compare

3.0.7 (2020-07-16)

Bug Fixes

  • uglify additional assets (100e38e)

v3.0.6

18 Jun 15:23
Compare
Choose a tag to compare

3.0.6 (2020-06-18)

Bug Fixes

  • do not crash on buffer assets (3c67023)

v3.0.5

15 Jun 15:21
Compare
Choose a tag to compare

3.0.5 (2020-06-15)

Bug Fixes

v3.0.4

13 Jun 15:35
Compare
Choose a tag to compare

3.0.4 (2020-06-13)

Chore

  • update p-limit and serialize-javascript packages