Releases: webpack-contrib/terser-webpack-plugin
Releases · webpack-contrib/terser-webpack-plugin
v2.1.3
2.1.3 (2019-10-10)
Bug Fixes
- invalidate cache when a file name was changed (#171) (7e1d370)
v2.1.2
2.1.2 (2019-09-28)
Bug Fixes
v2.1.1
2.1.1 (2019-09-27)
Bug Fixes
- logic for extracting and preserving comments (#166) (6bdee64)
v2.1.0
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
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
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
1.4.1 (2019-07-31)
Bug Fixes
v1.4.0
1.4.0 (2019-07-31)
Features
v1.3.0
1.3.0 (2019-05-24)
Features
v1.2.4
1.2.4 (2019-05-15)
Bug Fixes