Skip to content

Commit

Permalink
fix(optimizer): use correct install state path for yarn PnP
Browse files Browse the repository at this point in the history
  • Loading branch information
smeng9 authored Jan 1, 2025
1 parent a492253 commit 83e8705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vite/src/node/optimizer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1183,7 +1183,7 @@ const lockfileFormats = [
},
{
// Yarn PnP
path: '.yarn/install-state',
path: '.yarn/install-state.gz',
checkPatches: false,
manager: 'yarn',
},
Expand Down

0 comments on commit 83e8705

Please sign in to comment.