What's Changed
Performance Improvements ⚡
- perf: revert runtime key to string by @LingyuCoder in #11522
New Features 🎉
- feat(wasm): add webcontainer fallback by @CPunisher in #11526
Bug Fixes 🐞
- fix: enhance PathManager to handle relative paths and set base directory by @GiveMe-A-Name in #11516
- fix: import.meta.prop with define plugin by @ahabhgk in #11525
- fix: incremental not update exports info when lazyBarrel enabled by @ahabhgk in #11539
- fix: css infinite reload when module chunk enabled by @stormslowly in #11536
- fix: should handle import.meta.webpackHot in production by @JSerFeng in #11546
- fix: should update initial css link with correct url by @JSerFeng in #11544
- fix: should check http url using
link.href
for extract-css runtime by @JSerFeng in #11547 - fix: extend modify event handling to include metadata changes by @GiveMe-A-Name in #11519
- fix: should not lazy-barrel import-then-export by @JSerFeng in #11550
Refactor 🔨
- refactor: disable incremental buildChunkGraph by default by @JSerFeng in #11533
- refactor: use real_hi for evaluation range by @ahabhgk in #11549
Document Updates 📖
- docs(browser): add docs for response header settings and known issues by @CPunisher in #11523
Other Changes
Full Changelog: v1.5.1...v1.5.2