Update dependency terser-webpack-plugin to v3
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
terser-webpack-plugin | devDependencies | major | ^3.0.1 | source |
Release Notes
webpack-contrib/terser-webpack-plugin
v3.0.1
v3.0.0
⚠ BREAKING CHANGES
- minimum supported Node.js version is
10.13
- the
chunkFilter
was removed, please usetest
/include
/exclude
options - change arguments order for the
warningFilter
option fromFunction<(warning, file, source) -> Boolean>
toFunction<(file, warning, source) -> Boolean>
- when the
extractComments.filename
option is a function it pass only one argument and it is object withfilename
,basename
,query
andhash
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
2.3.6 (2020-04-25)
Bug Fixes
- preserve
@license
comments starting with//
(d3f0c81)
2.3.5 (2020-02-14)
Bug Fixes
- do not break code with shebang (fac58cb)
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)
2.3.3 (2020-01-28)
Bug Fixes
2.3.2 (2020-01-09)
Bug Fixes
2.3.1 (2019-12-17)
Bug Fixes
v2.3.6
v2.3.5
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.