diff --git a/docs/config/shared-options.md b/docs/config/shared-options.md index da4cb198adc704..5c53449ce53f0f 100644 --- a/docs/config/shared-options.md +++ b/docs/config/shared-options.md @@ -87,7 +87,7 @@ See [The `public` Directory](/guide/assets#the-public-directory) for more detail - **Type:** `string` - **Default:** `"node_modules/.vite"` -Directory to save cache files. Files in this directory are pre-bundled deps or some other cache files generated by vite, which can improve the performance. You can use `--force` flag or manually delete the directory to regenerate the cache files. The value can be either an absolute file system path or a path relative to project root. Default to `.vite` when no package.json is detected. +Directory to save cache files. Files in this directory are pre-bundled deps or some other cache files generated by vite, which can improve the performance. You can use `--force` flag or manually delete the directory to regenerate the cache files. The value can be either an absolute file system path or a path relative to project root. Default to `.vite` when no `package.json` is detected. ## resolve.alias