We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7563b3e commit dc83549Copy full SHA for dc83549
docs/config-dependencies.md
@@ -76,7 +76,7 @@ You can reference [patch files] installed via configurational dependencies. For
76
"my-patches": "1.0.0+sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw=="
77
},
78
"patchedDependencies": {
79
- "react": "node_modules/.pnpm-config/react.patch"
+ "react": "node_modules/.pnpm-config/my-patches/react.patch"
80
}
81
82
0 commit comments