8000 build: add resolution for `@types/webpack-dev-server/webpack` · danielsogl/angular-cli@37b4704 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37b4704

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.
1 parent 167706a commit 37b4704

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)
0