Configure the low-level tools.
rspack-chain is a utility library for configuring Rspack.
Rsbuild uses css-loader by default to handle CSS resources. You can modify the options of css-loader through tools.cssLoader
.
You can set the options for builtin:lightningcss-loader through tools.lightningcssLoader
.
Rsbuild integrates PostCSS by default, you can configure postcss-loader through tools.postcss
.
tools.rspack
is used to configure Rspack.
The config of style-loader can be set through tools.styleLoader
.
You can set the options of builtin:swc-loader through tools.swc
.