Skip to content

Commit

Permalink
fix(pnpm): ignore missing peerDependencies webpack
Browse files Browse the repository at this point in the history
The fucking xncolorpicker set webpack's url-loader as  production dependency??? 💢
  • Loading branch information
wxh06 committed Jun 13, 2022
1 parent 4f9eaaa commit a2b8c61
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,12 @@
"supertest": "^6.2.3",
"ts-jest": "^27.1.5",
"typescript": "^4.7.3"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"webpack"
]
}
}
}
2 changes: 2 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2b8c61

Please sign in to comment.