Skip to content

Releases: webpack-contrib/terser-webpack-plugin

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)

v2.3.4

30 Jan 17:05
Compare
Choose a tag to compare

2.3.4 (2020-01-30)

Bug Fixes

  • respect stdout and stderr of workers and do not create warnings (#215) (5708574)
  • use webpack hash options rather than hard-code MD4 (#213) (330c1f6)

v2.3.3

28 Jan 14:17
Compare
Choose a tag to compare

2.3.3 (2020-01-28)

Bug Fixes

  • license files now have .txt suffix by default (#210) (de02f7b)
  • reduce memory usage (abfd950)