Skip to content

Commit

Permalink
docs: update build options config (#4735)
Browse files Browse the repository at this point in the history
  • Loading branch information
y1d7ng committed Aug 25, 2021
1 parent 6815edd commit cb90de0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/config/index.md
Expand Up @@ -530,7 +530,7 @@ createServer()

### build.target

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

Expand Down Expand Up @@ -647,12 +647,6 @@ createServer()

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

### build.cleanCssOptions

- **Type:** `CleanCSS.Options`

Constructor options to pass on to [clean-css](https://github.com/jakubpawlowicz/clean-css#constructor-options).

### build.write

- **Type:** `boolean`
Expand Down

0 comments on commit cb90de0

Please sign in to comment.