v5.108.4
📦 webpackView on GitHub →
✨ 1 features🐛 2 fixes🔧 1 symbols
Summary
This patch release focuses heavily on performance improvements across CSS and HTML parsing, reducing CPU and memory overhead. It also updates the default `output.globalObject` for universal targets.
✨ New Features
- Default `output.globalObject` to `globalThis` for universal targets.
🐛 Bug Fixes
- Resolve HTML asset URLs against the document <base href>.
- Pass through `new URL(...)` directory references instead of resolving them.