Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's Changed
Breaking Changes 🍭
Rsbuild now enables lightningcss-loader by default to transform CSS files, it replaces
autoprefixer
to add vendor prefixes and provides better performance.@rsbuild/plugin-lightningcss
has been deprecated and no longer needed.tools.autoprefixer
config has been removed.Considering that Lightning CSS has some uncovered edge cases, you can still enable autoprefixer via the postcss configuration file:
New Features 🎉
tools.lightningcssLoader
config by @chenjiahan in feat: add newtools.lightningcssLoader
config #3043isWatch
param to determine whether it is watch mode when build by @9aoy in feat: addisWatch
param to determine whether it is watch mode when build #3065type
option todev.watchFiles
to support reload server by @kurorinto in feat(core): addtype
option todev.watchFiles
to support reload server #3069Performance 🚀
Bug Fixes 🐞
experiments.css
by @chenjiahan in fix: allow to enable Rspackexperiments.css
#3068Document 📖
tools.rspack
examples by @chenjiahan in docs: simplifytools.rspack
examples #3061addRules
is adding rules to the leading by @xc2 in docs: tells thataddRules
is adding rules to the leading #3071Other Changes
New Contributors
type
option todev.watchFiles
to support reload server #3069Full Changelog: v1.0.1-beta.6...v1.0.1-beta.7