Skip to content

v5.0.0-beta.25

Pre-release
Pre-release
Compare
Choose a tag to compare
@sokra sokra released this 10 Aug 14:14

Features

  • Compilation.deleteAsset to correctly delete an assets and non-shared related assets
  • Add support for optional chaining a?.b in parsing and evaluation
    • allows e. g. import.meta.webpackHot?.accept("./dep")

Bugfixes

  • runtime chunk is now part of the generated entry info in the chunk
  • upgrade watchpack to beta 14
    • merged watchers to recursive watchers when reaching watcher limit (MacOS: 2,000, Windows: 10,000)
    • This fixes watching errors when watching more than 4096 directories on MacOS
  • import() of async externals now works correctly
  • fix variable declarations in switch cases