What's Changed
New Features 🎉
- feat: add
rsbuild.getPlugins
JavaScript API by @chenjiahan in #2369 - feat(plugin-vue): support CSS Modules in SFC by @chenjiahan in #2374
- feat(plugin-vue2): support CSS Modules in SFC by @chenjiahan in #2375
Performance 🚀
- perf: reduce fs calls caused by getCompiledPath by @chenjiahan in #2372
Bug Fixes 🐞
- fix: build target of client bundles by @chenjiahan in #2366
- fix: lazy import webpack-dev-middleware by @chenjiahan in #2367
- fix(plugin-swc): no longer depend on internal helper to parse minify by @chenjiahan in #2371
- fix: missing resourceQuery param of cssLoader.module.auto by @chenjiahan in #2373
Document 📖
- docs: bump Rspress to match Rsbuild v0.7 by @chenjiahan in #2365
- docs: add rsbuild-storybook link by @chenjiahan in #2368
Other Changes
- test(helper): simplify createStubRsbuild by @chenjiahan in #2370
Full Changelog: v0.7.0-beta.4...v0.7.0-beta.5