Skip to content

v4.4.0

Compare
Choose a tag to compare
@sokra sokra released this 29 Mar 14:57
· 10947 commits to main since this release

Features

  • When webpack-cli is not installed it will ask to install it
  • splitChunks.chunks supports a custom function now
  • Better warning when omitting mode

Bugfixes

  • disallow functions for chunkFilename, because it's not working
  • generate correct code when using export default (function xxx() {})

Performance

  • Performance improvements for sorting by identifier