File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,12 @@ export default defineConfig({
187
187
});
188
188
```
189
189
190
+ ::: note
191
+
192
+ It should be noted that the ` output.minify ` option you configured will completely override the above default configuration.
193
+
194
+ :::
195
+
190
196
## output.overrideBrowserslist <RsbuildDocBadge path = " /config/output/override-browserslist" text = " output.overrideBrowserslist" />
191
197
192
198
Specifies the range of target browsers that the project is compatible with.
Original file line number Diff line number Diff line change @@ -179,6 +179,12 @@ export default defineConfig({
179
179
});
180
180
```
181
181
182
+ ::: note
183
+
184
+ 需要注意的是,你配置的 ` output.minify ` 选项会完全覆盖上述默认配置。
185
+
186
+ :::
187
+
182
188
## output.overrideBrowserslist <RsbuildDocBadge path = " /config/output/override-browserslist" text = " output.overrideBrowserslist" />
183
189
184
190
指定项目兼容的目标浏览器范围。
You can’t perform that action at this time.
0 commit comments