Rsbuild configurations

Rslib inherits its configuration from Rsbuild, so you can also configure the configconfig options from Rsbuild. This chapter introduces some common configuration items and explains how to use them in Rslib.

TIP

To learn more about Rslib configurations, check out Configure Rslib.

Overview

  • resolve: Options for module resolution.
  • source: Options for input source code.
  • output: Options for build outputs.
  • tools: Options for low-level tools.
  • plugins: Configure Rsbuild plugins.
ON THIS PAGE