What's Changed
Highlights 💡
Rsbuild no longer watches the node_modules
directory by default, resulting in significant performance improvements:
- Up to 40% faster startup
- Up to 30% faster HMR
- 20% less memory
See #4058 for more details.
Performance 🚀
- perf: aggregateTimeout defaults to 0 by @chenjiahan in #4062
- perf: no need to calc gzipped size for Node bundles by @chenjiahan in #4066
New Features 🎉
- feat: add plugin
onCloseBuild
hook by @9aoy in #4065 - feat(deps): bump Rspack v1.1.4 by @chenjiahan in #4067
Document 📖
- docs: update ts checker plugin links by @chenjiahan in #4054
- docs: improve migration guides by @chenjiahan in #4055
- docs: update file watching by @chenjiahan in #4061
Other Changes
- test(e2e): add case for copy with context by @chenjiahan in #4060
Full Changelog: v1.1.5...v1.1.6