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