Skip to content

Commit

Permalink
fix error on build: The compilation argument must be an instance of C…
Browse files Browse the repository at this point in the history
…ompilation
  • Loading branch information
MaciejLabedzkiCodewave committed Oct 11, 2023
1 parent b5c06ea commit 5d0d5ca
Show file tree
Hide file tree
Showing 2 changed files with 10,874 additions and 9,252 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"typescript": "^4.5.4",
"webpack": "^5.65.0"
"webpack": "^5.85.0"
},
"devDependencies": {
"@babel/core": "^7.16.5",
Expand Down Expand Up @@ -77,5 +77,8 @@
},
"bugs": {
"url": "https://github.com/flotiq/flotiq-gatsby-shop-2/issues"
},
"resolutions": {
"webpack": "^5.85.0"
}
}
Loading

0 comments on commit 5d0d5ca

Please sign in to comment.