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

  • source: Configure the source code parsing and compilation options.
  • output: Configure the build outputs.
  • tools: Configure the low-level tools.
  • plugins: Configure Rsbuild plugins.
ON THIS PAGE