Releases: webpack-contrib/terser-webpack-plugin
Releases · webpack-contrib/terser-webpack-plugin
v2.2.0
2.2.0 (2019-10-22)
Features
- map
webpack@5
options toterser
options (#177) (f4c47aa) - pass an asset path for the
warningsFilter
option (#176) (9a0a575) - propagate an error stacktrace from
terser
(#179) (a11e66b) - enable the
sourceMap
option when theSourceMapDevToolPlugin
plugin used (non cheap) (#178) (d01c1b5)
Bug Fixes
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2019-09-05)
⚠ BREAKING CHANGES
- minimum require Node.js version is
8.9.0
- the
extractComments
option istrue
by default - the
cache
option istrue
by default - the
parallel
option istrue
by default - using the
extractComments.condition
option withtrue
value extract onlysome
comments - the
sourceMap
option now defaults to depending on thedevtool
Webpack option
Bug Fixes
- do not run parallel mode when you have only one file (#134) (8b88b39)
- make
extractComments
API more consistent (#129) (37d2df0) - parallel on wsl (#138) (0537591)