Update dependency terser-webpack-plugin to v2
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
terser-webpack-plugin | devDependencies | major | ^2.1.2 | source |
Release Notes
webpack-contrib/terser-webpack-plugin
v2.1.2
v2.1.1
v2.1.0
Bug Fixes
Features
- emit warning when comment file conlict with an existing asset (#156) (2b4d2a4)
- improve naming of extracted file with comments (#154) (5fe3337)
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.1
Bug Fixes
Features
- emit warning when comment file conlict with an existing asset (#156) (2b4d2a4)
- improve naming of extracted file with comments (#154) (5fe3337)
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
⚠ 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)
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)
1.4.1 (2019-07-31)
Bug Fixes
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.