Skip to content

Commit 3db0cea

Browse files
authored
chore: remove webpack-cli peer dependency
1 parent 1ab4177 commit 3db0cea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@
110110
"webpack-merge": "^4.2.2"
111111
},
112112
"peerDependencies": {
113-
"webpack": "^4.0.0 || ^5.0.0",
114-
"webpack-cli": "^4.0.0"
113+
"webpack": "^4.0.0 || ^5.0.0"
115114
},
116115
"peerDependenciesMeta": {
117116
"webpack-cli": {

0 commit comments

Comments
 (0)