File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ vite build [root]
54
54
| ` --assetsDir <dir> ` | Directory under outDir to place assets in (default: ` "assets" ` ) (` string ` ) |
55
55
| ` --assetsInlineLimit <number> ` | Static asset base64 inline threshold in bytes (default: ` 4096 ` ) (` number ` ) |
56
56
| ` --ssr [entry] ` | Build specified entry for server-side rendering (` string ` ) |
57
- | ` --sourcemap ` | Output source maps for build (default: ` false ` ) (` boolean ` ) |
57
+ | ` --sourcemap [output] ` | Output source maps for build (default: ` false ` ) (` boolean \| "inline" \| "hidden" ` ) |
58
58
| ` --minify [minifier] ` | Enable/disable minification, or specify minifier to use (default: ` "esbuild" ` ) (` boolean \| "terser" \| "esbuild" ` ) |
59
59
| ` --manifest [name] ` | Emit build manifest json (` boolean \| string ` ) |
60
60
| ` --ssrManifest [name] ` | Emit ssr manifest json (` boolean \| string ` ) |
Original file line number Diff line number Diff line change 212
212
`[string] build specified entry for server-side rendering` ,
213
213
)
214
214
. option (
215
- '--sourcemap' ,
216
- `[boolean] output source maps for build (default: false)` ,
215
+ '--sourcemap [output] ' ,
216
+ `[boolean | "inline" | "hidden" ] output source maps for build (default: false)` ,
217
217
)
218
218
. option (
219
219
'--minify [minifier]' ,
You can’t perform that action at this time.
0 commit comments