Skip to content

Releases: webpack-contrib/terser-webpack-plugin

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

v3.0.3

03 Jun 12:33
Compare
Choose a tag to compare

3.0.3 (2020-06-03)

Bug Fixes

  • compatibility with >= 10.13 versions of Node.js
  • security problem (#259) (522aa2c)

v2.3.7

03 Jun 12:16
Compare
Choose a tag to compare

2.3.7 (2020-06-03)

Bug Fixes

v1.4.4

03 Jun 11:44
Compare
Choose a tag to compare

1.4.4 (2020-06-03)

Bug Fixes

v3.0.2

26 May 13:49
Compare
Choose a tag to compare

3.0.2 (2020-05-26)

Bug Fixes

v3.0.1

06 May 13:52
Compare
Choose a tag to compare

3.0.1 (2020-05-06)

Bug Fixes

  • parallelism in multi compilation mode (0ee7ed2)
  • remove redundant code for the chunkFilter option (#243) (7220734)

v3.0.0

01 May 17:28
Compare
Choose a tag to compare

3.0.0 (2020-05-01)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13
  • the chunkFilter was removed, please use test/include/exclude options
  • change arguments order for the warningFilter option from Function<(warning, file, source) -> Boolean> to Function<(file, warning, source) -> Boolean>
  • when the extractComments.filename option is a function it pass only one argument and it is object with filename, basename, query and hash properties
  • if the value from the extractComments.filename option conflicts with existing assets, an error will be thrown instead of a warning
  • use the optimizeAssets hook for webpack@5

v2.3.6

25 Apr 15:06
Compare
Choose a tag to compare

2.3.6 (2020-04-25)

Bug Fixes

  • preserve @license comments starting with // (d3f0c81)

v2.3.5

14 Feb 16:03
Compare
Choose a tag to compare

2.3.5 (2020-02-14)

Bug Fixes

  • do not break code with shebang (fac58cb)