We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6815edd commit cb90de0Copy full SHA for cb90de0
docs/config/index.md
@@ -530,7 +530,7 @@ createServer()
530
531
### build.target
532
533
-- **Type:** `string`
+- **Type:** `string | string[]`
534
- **Default:** `'modules'`
535
- **Related:** [Browser Compatibility](/guide/build#browser-compatibility)
536
@@ -647,12 +647,6 @@ createServer()
647
648
Additional [minify options](https://terser.org/docs/api-reference#minify-options) to pass on to Terser.
649
650
-### build.cleanCssOptions
651
-
652
-- **Type:** `CleanCSS.Options`
653
654
- Constructor options to pass on to [clean-css](https://github.com/jakubpawlowicz/clean-css#constructor-options).
655
656
### build.write
657
658
- **Type:** `boolean`
0 commit comments