yarn webpack 5.0.0-beta.25

latest releases: 5.91.0, 5.90.3, 5.90.2...
3 years ago

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

Don't miss a new webpack release

NewReleases is sending notifications on new releases.