v7.0.0
alexander-akait
released this
10 Dec 12:37
·
156 commits
to master
since this release
7.0.0 (2020-12-10)
⚠ BREAKING CHANGES
- minimum supported webpack version is
5
- the
flatten
option was removed in favor[name].[ext]
value for theto
option, - the
transformPath
option was removed in favorFunction
type of theto
option, look at examples - the
cacheTransform
option was removed in favorObject
type of thetransform
option, look at examples - migration on the
compilation.hooks.processAssets
hook - empty filtered paths throw an error, you can disable this behaviour using the
noErrorOnMissing
option