Overview
Rslib inherits its configuration from Rsbuild, so you can also configure the config options from Rsbuild. This chapter introduces some common configuration items and explains how to use them in Rslib.
- logLevel: Specify the log level.
- resolve: Options for module resolution.
- source: Options for input source code.
- output: Options for build outputs.
- tools: Options for low-level tools.
- performance: Options for performance.
- plugins: Configure Rsbuild plugins.
Tip
To learn more about Rslib configurations, check out Configure Rslib.
