Skip to content

Commit

Permalink
docs: clarify sourcemap options (#4372)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Jul 23, 2021
1 parent f097aa1 commit 2b5d587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config/index.md
Expand Up @@ -599,7 +599,7 @@ createServer()
- **Type:** `boolean | 'inline' | 'hidden'`
- **Default:** `false`

Generate production source maps.
Generate production source maps. If `true`, a separate sourcemap file will be created. If `'inline'`, the sourcemap will be appended to the resulting output file as a data URI. `'hidden'` works like `true` except that the corresponding sourcemap comments in the bundled files are suppressed.

### build.rollupOptions

Expand Down

0 comments on commit 2b5d587

Please sign in to comment.