mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
docs: clarify sourcemap options (#4372)
This commit is contained in:
parent
f097aa10c1
commit
2b5d587441
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user