Releases: webpack/compression-webpack-plugin
Releases · webpack/compression-webpack-plugin
v6.0.3
v6.0.2
v6.0.1
v6.0.0
⚠ BREAKING CHANGES
- default value of the
filenameoption was changed to"[path][base].gz" - removed the
[dir]placeholder, please use the[path]placeholder - the
Functiontype of thefilenameoption should return value with placeholders, please see an example
Features
- added
[fragment],[base]and[path]placeholders for thefilenameoption
Bug Fixes
v5.0.2
v5.0.1
v5.0.0
⚠ BREAKING CHANGES
- default value of the
filenameoption is'[path].gz' - use
processAssetshook forwebpack@5compatibility, it can create incompatibility with plugins that do not supportwebpack@5, please open an issue in their repositories
Features
- improve compatibility with
webpack@5(1f9674e) - improve stats output for
webpack@5
Bug Fixes
- fix persistent cache between builds
v4.0.1
v4.0.0
4.0.0 (2020-05-12)
⚠ BREAKING CHANGES
- the
cacheistrueby default for webpack@4 - the
cacheoption is ignored in webpack 5. Please use https://webpack.js.org/configuration/other-options/#cache. - minimum supported Node.js version is
10.13
Features
Bug Fixes
- behaviour in watch mode (e222c4e)