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 5da7d1a commit 3d93f69
Show file tree
Hide file tree
Showing 2 changed files with 4,902 additions and 3,514 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"typescript": "^4.5.5",
"webpack": "^5.69.0"
"webpack": "^5.85.0"
},
"devDependencies": {
"@babel/core": "^7.17.4",
Expand Down Expand Up @@ -69,5 +69,8 @@
},
"bugs": {
"url": "https://github.com/flotiq/gatsby-starter-boilerplate/issues"
}
},
"resolutions": {
"webpack": "^5.85.0"
}
}
Loading

0 comments on commit 3d93f69

Please sign in to comment.