3.0.0 (2020-05-01)
⚠ BREAKING CHANGES
- minimum supported Node.js version is
10.13 - the
chunkFilterwas removed, please usetest/include/excludeoptions - change arguments order for the
warningFilteroption fromFunction<(warning, file, source) -> Boolean>toFunction<(file, warning, source) -> Boolean> - when the
extractComments.filenameoption is a function it pass only one argument and it is object withfilename,basename,queryandhashproperties - if the value from the
extractComments.filenameoption conflicts with existing assets, an error will be thrown instead of a warning - use the
optimizeAssetshook for webpack@5