Skip to content

v3.0.0

Compare
Choose a tag to compare
@alexander-akait alexander-akait released this 01 May 17:28
· 230 commits to master since this release

3.0.0 (2020-05-01)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13
  • the chunkFilter was removed, please use test/include/exclude options
  • change arguments order for the warningFilter option from Function<(warning, file, source) -> Boolean> to Function<(file, warning, source) -> Boolean>
  • when the extractComments.filename option is a function it pass only one argument and it is object with filename, basename, query and hash 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