Skip to content

Commit

Permalink
Fix dependency overrides for pnpm (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 authored Jan 5, 2025
1 parent 9dc155b commit 1e64646
Show file tree
Hide file tree
Showing 2 changed files with 230 additions and 366 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
"webpack-dev-server": "^5.2.0",
"webpack-image-resize-loader": "^5.0.0"
},
"overrides": {
"webpack-image-resize-loader": {
"sharp": "^0.33.4"
"pnpm": {
"overrides": {
"webpack-image-resize-loader>sharp": "^0.33.4"
}
},
"main": "public/index.html",
Expand Down
Loading

0 comments on commit 1e64646

Please sign in to comment.