Skip to content

v3.7.0

Compare
Choose a tag to compare
@sokra sokra released this 11 Oct 18:08
· 12394 commits to main since this release

Features

  • Static analysis can now concat string with .concat (@loganfsmyth)
  • add ContextExclusionPlugin to exclude files in a context (@timse)
  • add deepChildren flag to CommonChunkPlugin (@ArcEglos, @ljcrapo)
  • Allow using non-UMD externals combined with UMD externals (@NMinhNguyen)

Bugfixes

  • References to dll now contribute correctly to hash (@dtinth)
  • fix behavior of --watch-poll in CLI (@aladdin-add)
  • set crossOrigin on script tags for HMR (@STRML)
  • fix usage of local AMD modules in AMD require (@chuckdumont)
  • show a warning when using g or y flag for context RegExp (@simon-paris)
  • chunk graph should be now more correct (@sokra)

Performance

  • fixes a performance problem with many ESM import/exports in a module (@sokra)
  • fixes a performance problem with heavily circular/interconnected chunks graphs (@sokra)