docs: clarify sourcemap options (#4372)

This commit is contained in:
Ian VanSchooten 2021-07-23 15:10:12 -04:00 committed by GitHub
parent f097aa10c1
commit 2b5d587441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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