From 45837817dea1fd76fbc3dcf05ca7fcd46daa7b23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20S=C3=A1nchez?= Date: Mon, 3 Feb 2025 15:53:29 +0100 Subject: [PATCH] docs: update `build.manifest` jsdocs (#19332) Co-authored-by: patak <583075+patak-dev@users.noreply.github.com> --- packages/vite/src/node/build.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vite/src/node/build.ts b/packages/vite/src/node/build.ts index 53f979655e9885..2224297146c318 100644 --- a/packages/vite/src/node/build.ts +++ b/packages/vite/src/node/build.ts @@ -206,7 +206,7 @@ export interface BuildEnvironmentOptions { */ copyPublicDir?: boolean /** - * 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 * to their hashed versions. Useful when you want to generate your own HTML * instead of using the one generated by Vite. *