Skip to content

Commit 05b005f

Browse files
feat(optimizer): support bun text lockfile (#18403)
Co-authored-by: patak <[email protected]>
1 parent b7bd7b0 commit 05b005f

File tree

1 file changed

+5
-0
lines changed
  • packages/vite/src/node/optimizer

1 file changed

+5
-0
lines changed

packages/vite/src/node/optimizer/index.ts

+5
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,11 @@ const lockfileFormats = [
12051205
checkPatchesDir: false,
12061206
manager: 'pnpm',
12071207
},
1208+
{
1209+
path: 'bun.lock',
1210+
checkPatchesDir: 'patches',
1211+
manager: 'bun',
1212+
},
12081213
{
12091214
path: 'bun.lockb',
12101215
checkPatchesDir: 'patches',

0 commit comments

Comments
 (0)