Skip to content

Commit

Permalink
feat(optimizer): support bun text lockfile (#18403)
Browse files Browse the repository at this point in the history
Co-authored-by: patak <[email protected]>
  • Loading branch information
ArnaudBarre and patak-dev authored Jan 23, 2025
1 parent b7bd7b0 commit 05b005f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vite/src/node/optimizer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1205,6 +1205,11 @@ const lockfileFormats = [
checkPatchesDir: false,
manager: 'pnpm',
},
{
path: 'bun.lock',
checkPatchesDir: 'patches',
manager: 'bun',
},
{
path: 'bun.lockb',
checkPatchesDir: 'patches',
Expand Down

0 comments on commit 05b005f

Please sign in to comment.