Skip to content

Commit f228322

Browse files
alan-agius4clydin
authored andcommitted
build: add resolution for @types/webpack-dev-server/webpack
This forces a single Webpack version to be available, as otherwise types will be incompatible. (cherry picked from commit 37b4704)
1 parent d428286 commit f228322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
},
6161
"resolutions": {
6262
"**/@types/copy-webpack-plugin/webpack": "5.58.2",
63+
"**/@types/webpack-dev-server/webpack": "5.58.2",
6364
"ajv-formats/ajv": "8.6.3"
6465
},
6566
"devDependencies": {

0 commit comments

Comments
 (0)