Skip to content

v5.0.0

Compare
Choose a tag to compare
@alexander-akait alexander-akait released this 17 Aug 15:09
· 171 commits to master since this release

⚠ BREAKING CHANGES

  • default value of the filename option is '[path].gz'
  • use processAssets hook for webpack@5 compatibility, it can create incompatibility with plugins that do not support webpack@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