What's Changed
New Features 🎉
- feat(core): add
distPath.assets
andfilename.assets
by @SoonIter in #3688 - feat(core): allow to unset the title tag by @chenjiahan in #3714
- feat(core): make it easier to remove the built-in alias by @chenjiahan in #3715
- feat(plugin-stylus): use Rslib to bundle by @chenjiahan in #3679
- feat(plugin-solid): use Rslib to bundle by @chenjiahan in #3693
- feat(plugin-vue): use Rslib to bundle by @chenjiahan in #3697
- feat(plugin-babel): use Rslib to bundle by @chenjiahan in #3691
- feat(plugin-svgr): use Rslib to bundle by @chenjiahan in #3698
- feat(plugin-sass): use Rslib to bundle by @chenjiahan in #3703
- feat(plugin-react): use Rslib to bundle by @chenjiahan in #3704
- feat(plugin-svelte): use Rslib to bundle by @chenjiahan in #3705
Bug Fixes 🐞
- fix(plugin-less): missing
lessOptions
type with TS node16 resolution by @chenjiahan in #3695 - fix: prebundle breaks RspackChain type by @chenjiahan in #3710
- fix(create-rsbuild): require is not defined by @chenjiahan in #3716
Other Changes
- chore: update bug report issue template by @chenjiahan in #3689
- chore: prefer using the node16 tsconfig by @chenjiahan in #3694
- chore(deps): update dependency react-router-dom to ^6.27.0 by @renovate in #3707
- chore(deps): update all patch dependencies by @renovate in #3706
- chore(deps): update dependency sirv to v3 by @renovate in #3708
- test: add rsbuild-ecosystem-ci test by @9aoy in #3690
Full Changelog: v1.0.13...v1.0.14