What's Changed
Performance Improvements ⚡
- perf: integrate html-rspack-plugin to reduce dependencies
New Features 🎉
- feat(server): should print urls by html entry
- feat(plugin-react): split react-refresh to lib-react.js
- feat: doctor-core add shared inner plugins
Bug Fixes 🐞
- fix(webpack): add missing dependencies for compiled packages
- hotfix(dev-server): support access page without suffix
- fix(server): remove useless serverOptions, and fix https urls not print when set https
Other Changes
- chore(deps): bump html-rspack-plugin v5.5.4
- chore: rename hmr path to /rsbuild-hmr
- refactor: move sri plugin to uni-builder
- refactor(core): merge asset plugins to a single plugin
- refactor: simplify rsbuild dev-related configurations #444
- types: provide all static assets types
- refactor: move lazyCompilation plugin to uni-builder
- types: unify plugin hooks type
- types: add configuration files and simplify queries
- refactor: move disableInlineRuntimeChunk to uni-builder
更新内容
Bug 修复 🐞
- fix(server): 移除无用的 serverOptions 配置,并修复 https url 打印错误