You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/en/config/config.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ window.MY_APP_CONFIG = {
154
154
};
155
155
```
156
156
157
-
### Custom Global Variable Name `<Badge type="tip" text="^0.14.4" />`
157
+
### Custom Global Variable Name <Badgetype="tip"text="^0.14.4" />
158
158
159
159
```typescript
160
160
// .winrc.ts
@@ -200,7 +200,7 @@ The base configuration allows you to set a route prefix for your application. Fo
200
200
201
201
> Note: The base configuration must be set at build time and cannot be changed without rebuilding, as this value is inlined in the client bundle.
202
202
203
-
## banner `<Badge type="tip" text=">=0.15.0" />`
203
+
## banner <Badgetype="tip"text=">=0.15.0" />
204
204
205
205
-**Type**: `object | boolean | undefined`
206
206
-**Default**: `undefined`
@@ -871,7 +871,7 @@ export default {
871
871
`rsbuild` reuses this configuration just to maintain configuration consistency, corresponding to [include](https://rsbuild.dev/config/source/include). It also corresponds to the `include` configuration option of `@rsbuild/plugin-babel`.
@@ -1746,7 +1746,7 @@ Switch to rsbuild build packaging tool. Related configuration options for rsbuil
1746
1746
1747
1747
- removeConsole: Whether to automatically remove `console.[methodName]` from code during production build phase. Defaults to `false`. When removeConsole is set to true, all types of `console.[methodName]` will be removed.
1748
1748
- lightningcssLoader: See [lightningcssLoader](https://rsbuild.dev/config/tools/lightningcss-loader). Defaults to `true`.
Complete and official [rsbuild config](https://rsbuild.dev/guide/basic/configure-rsbuild), can be used to override other configurations with higher priority than other configurations. This configuration is made available considering potential future custom rsbuild configurations.
1751
1751
1752
1752
```js
@@ -2040,7 +2040,7 @@ export default {
2040
2040
2041
2041
Configure global page title, currently only supports static Title.
0 commit comments