performance.removeConsole
- Type:
boolean | ConsoleType[] - Default:
false
Whether to remove console.[methodName] in production build.
Remove all
When removeConsole is set to true, all types of console.[methodName] are removed:
rsbuild.config.ts
Specific type
You can also specify to remove only certain types of console.[methodName], such as console.log and console.warn:
rsbuild.config.ts
The following types of console are currently supported:

