feat(cli): add css.removeSourceFile config (#10750)

This commit is contained in:
neverland
2022-06-26 17:15:11 +08:00
committed by GitHub
parent e61d85a890
commit bb23e1b700
4 changed files with 48 additions and 4 deletions
+17
View File
@@ -115,6 +115,23 @@ module.exports = {
};
```
### build.css.removeSourceFile
- Type: `boolean`
- Default: `'false'`
是否在构建后移除样式文件的源代码。
```js
module.exports = {
build: {
css: {
removeSourceFile: true,
},
},
};
```
### build.site.publicPath
- Type: `string`