Skip to content

Commit 217c6be

Browse files
authored
docs: mention bun.lock for lockfile (vitejs#20364)
1 parent 2e8050e commit 217c6be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/dep-pre-bundling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can further customize esbuild too with the [`optimizeDeps.esbuildOptions` op
7070

7171
Vite caches the pre-bundled dependencies in `node_modules/.vite`. It determines whether it needs to re-run the pre-bundling step based on a few sources:
7272

73-
- Package manager lockfile content, e.g. `package-lock.json`, `yarn.lock`, `pnpm-lock.yaml` or `bun.lockb`.
73+
- Package manager lockfile content, e.g. `package-lock.json`, `yarn.lock`, `pnpm-lock.yaml` or `bun.lock`.
7474
- Patches folder modification time.
7575
- Relevant fields in your `vite.config.js`, if present.
7676
- `NODE_ENV` value.

0 commit comments

Comments
 (0)