Sourced from webpack's releases.
v5.72.0
Features
- make cache warnings caused by build errors less verbose
- Allow banner to be placed as a footer with the BannerPlugin
- allow to concatenate asset modules
Bugfixes
- fix RemoteModules when using HMR (Module Federation + HMR)
- throw error when using module concatenation and cacheUnaffected
- fix
in
operator with nested exports
d3a0f8d
5.72.0360373d
Merge pull request #15563 from cool-little-fish/fix-12408b9b73c5
Merge pull request #15634 from webpack/fix/issue-15633216c3da
fix ExportsInfocb639b3
Merge pull request #15624 from webpack/add-warning-when-cache-unaffected-and-...c38caa2
Merge pull request #15515 from webpack/feat/concatenate-assets99a5793
throw error when using module concatenation and cacheUnaffected19d1a93
fix lint and tests05ebf5b
Merge pull request #15617 from DavidTanner/bannerAsFooter2a58ce7
Merge pull request #15542 from wangjinyang/bugfix/mf-hmr-error