We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
build.manifest
1 parent a2b2fad commit 4583781Copy full SHA for 4583781
packages/vite/src/node/build.ts
@@ -206,7 +206,7 @@ export interface BuildEnvironmentOptions {
206
*/
207
copyPublicDir?: boolean
208
/**
209
- * Whether to emit a .vite/manifest.json under assets dir to map hash-less filenames
+ * Whether to emit a .vite/manifest.json in the output dir to map hash-less filenames
210
* to their hashed versions. Useful when you want to generate your own HTML
211
* instead of using the one generated by Vite.
212
*
0 commit comments