What's Changed
Performance Improvements ⚡
- perf: put visited_chunk_group_keys out of the loop and use FxHashMap by @SyMind in #6769
- perf: code splitter by @SyMind in #6750
Exciting New Features 🎉
- feat: support preact refresh by @LingyuCoder in #5392
- feat: the missing part of loader by @h-a-n-a in #6753
- feat: css tree shaking by @JSerFeng in #6772
- feat:
ProgressPlugin
configuration by @CPunisher in #6722 - feat: use warning for css parsing by @ahabhgk in #6777
- feat: concatenated modules stats by @LingyuCoder in #6784
- feat: allow to reference client module types by @chenjiahan in #6787
Bug Fixes 🐞
- fix: should remove correct connections by @JSerFeng in #6771
- fix: panic when resolve failed and enable concatenateModule by @LingyuCoder in #6778
- fix: panic when resolve context failed by @LingyuCoder in #6779
- fix: concatenate module with external by @ahabhgk in #6781
- fix: increase stack size limit to 4mb by @h-a-n-a in #6783
- fix: diagnostic snapshot by @h-a-n-a in #6788
- fix: diagnostic snapshot by @h-a-n-a in #6794
Document Updates 📖
- docs: fix discord badge by @chenjiahan in #6780
Other Changes
- ci: use @pnpm/exe in Node 16 CI by @chenjiahan in #6770
- chore(deps): update swc by @renovate in #6726
- chore: add interop-test to diff test by @ahabhgk in #6774
- chore: remove console.log in replacePaths by @LingyuCoder in #6792
Full Changelog: v0.7.2...v0.7.3