What's Changed
Performance Improvements ⚡
- perf: improve parallelism of real content hash plugin by @LingyuCoder in #10888
- perf: parallelize getting full module names in the deterministic module ids plugin by @LingyuCoder in #10906
- perf: cache ordered modules ids while sorting chunks by @LingyuCoder in #10908
- perf: parallelize getting source sizes in size limit plugin by @LingyuCoder in #10910
- perf: parallelize processing chunk hashes by @LingyuCoder in #10912
Bug Fixes 🐞
- fix: use AhoCorasick for real content hash by @ahabhgk in #10907
- fix(deps): update swc to 30.1.2 by @chenjiahan in #10916
Document Updates 📖
Other Changes
- chore: release v1.4.3 by @chenjiahan in #10904
- chore: add release crates workflow by @h-a-n-a in #10903
Full Changelog: v1.4.3...v1.4.4