Skip to content

Commit

Permalink
fix: use pnpm patch to override packages (#6715)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Dec 29, 2023
1 parent ef52f81 commit 3171e61
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 2,480 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"packageManager": "[email protected]",
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
"[email protected]": "patches/[email protected]",
"@rspack/[email protected]": "patches/@[email protected]"
}
}
}
Loading

0 comments on commit 3171e61

Please sign in to comment.