github web-infra-dev/rsbuild v1.5.0-beta.1

latest releases: v1.5.4, v1.5.3, v1.5.2...
23 days ago

Highlights 💡

Lazy compilation by default 🚀

Rsbuild now enables lazy compilation for dynamic imports by default (dev.lazyCompilation.imports is now set to true for web target). If your application contains many dynamic imports, you'll notice faster dev server startup.

If you encounter any issues related to lazy compilation, you can disable it by setting dev.lazyCompilation to false , or feel free to report them via GitHub Issues.

What's Changed

New Features 🎉

Bug Fixes 🐞

Document 📖

Other Changes

Full Changelog: v1.5.0-beta.0...v1.5.0-beta.1

Don't miss a new rsbuild release

NewReleases is sending notifications on new releases.