Skip to content

Commit cb90de0

Browse files
authored
docs: update build options config (#4735)
1 parent 6815edd commit cb90de0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/config/index.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ createServer()
530530

531531
### build.target
532532

533-
- **Type:** `string`
533+
- **Type:** `string | string[]`
534534
- **Default:** `'modules'`
535535
- **Related:** [Browser Compatibility](/guide/build#browser-compatibility)
536536

@@ -647,12 +647,6 @@ createServer()
647647

648648
Additional [minify options](https://terser.org/docs/api-reference#minify-options) to pass on to Terser.
649649

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-
656650
### build.write
657651

658652
- **Type:** `boolean`

0 commit comments

Comments
 (0)