Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 89c6524

Browse files
committed
fix(pnpm): ignore missing peerDependencies webpack
The fucking xncolorpicker set webpack's url-loader as production dependency??? 💢
1 parent 4f9eaaa commit 89c6524

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,12 @@
4848
"supertest": "^6.2.3",
4949
"ts-jest": "^27.1.5",
5050
"typescript": "^4.7.3"
51+
},
52+
"pnpm": {
53+
"peerDependencyRules": {
54+
"ignoreMissing": [
55+
"webpack"
56+
]
57+
}
5158
}
5259
}

pnpm-lock.yaml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)