What's Changed
Performance Improvements ⚡
- perf: bump html-rspack-plugin v5.5.7 to reduce deps
- perf: create Compiler instead of MultiCompiler when target length is 1
Bug Fixes 🐞
- fix: sbuild doctor temporarily compatible with rspack canary version.
- fix(devServer): should render html success when set output.publicPath
- fix(react): failed to split react chunks if override chunkSplit
Other Changes
- types: simplify BundlerChain and BundlerConfig
- refactor(plugin-react): move component chunks to uni-builder
- refactor: prebundle http-proxy-middleware and adjust implementation