Skip to content

Releases: webpack-contrib/terser-webpack-plugin

v2.1.2

28 Sep 16:54
Compare
Choose a tag to compare

2.1.2 (2019-09-28)

Bug Fixes

v2.1.1

27 Sep 14:40
Compare
Choose a tag to compare

2.1.1 (2019-09-27)

Bug Fixes

  • logic for extracting and preserving comments (#166) (6bdee64)

v2.1.0

16 Sep 13:51
Compare
Choose a tag to compare

2.1.0 (2019-09-16)

Bug Fixes

  • correct interpretation url for extracted comment file (#157) (aba8ba7)

Features

  • emit warning when comment file conflict with an existing asset (#156) (2b4d2a4)
  • improve naming of extracted file with comments (#154) (5fe3337)

v2.0.1

06 Sep 14:13
Compare
Choose a tag to compare

2.0.1 (2019-09-06)

Bug Fixes

  • reduce memory usage (#145) (815e533)
  • revert do not run parallel mode when you have only one file (#146) (6613a97)

v2.0.0

05 Sep 17:37
Compare
Choose a tag to compare

2.0.0 (2019-09-05)

⚠ BREAKING CHANGES

  • minimum require Node.js version is 8.9.0
  • the extractComments option is true by default
  • the cache option is true by default
  • the parallel option is true by default
  • using the extractComments.condition option with true value extract only some comments
  • the sourceMap option now defaults to depending on the devtool Webpack option

Bug Fixes

Features

  • enable the cache option by default (#132) (960d249)
  • enable the extractComments option by default (ad2471c)
  • enable the parallel option by default (#131) (7b342af)
  • respect devtool values for source map generation (#140) (dd37ca1)

v1.4.1

31 Jul 12:11
Compare
Choose a tag to compare

1.4.1 (2019-07-31)

Bug Fixes

v1.4.0

31 Jul 11:34
Compare
Choose a tag to compare

1.4.0 (2019-07-31)

Features

v1.3.0

24 May 13:26
Compare
Choose a tag to compare

1.3.0 (2019-05-24)

Features

v1.2.4

15 May 08:12
Compare
Choose a tag to compare

1.2.4 (2019-05-15)

Bug Fixes

v1.2.3

25 Feb 11:13
Compare
Choose a tag to compare

1.2.3 (2019-02-25)

Bug Fixes

  • invalidate cache after changing node version (675edfd)