What's Changed
Performance Improvements ⚡
- perf(plugin-rem): use define to inject version
New Features 🎉
- feat(cli): support preview --open option
- feat: support react plugin in uni-builder
- feat(core): support printFileSize.detail and printFileSize.total
- feat: support config file export function
- feat: support svgr in uni-builder
- feat: print rsbuild plugins when inspect config
- feat: add plugins hooks for prod server
Bug Fixes 🐞
- fix: preload resource cannot be used when crossOrigin attr does not match
- fix(plugin-svelte): use wildcard in conditionNames
- fix(plugin-source-build): not work when use Rspack
- fix: failed to modify server port in plugins
Other Changes
- refactor(webpack): use modifyBundlerChain instead of modifyWebpackChain
- types: unify compiler type, use Rspack compiler by default
- types: improve defineConfig typing