Skip to content

Commit 7e6e8bf

Browse files
committed
Bump webpack-cli to v3.1
webpack v4.20 introduce a change making webpack-cli v2 unusable. Check: webpack/webpack#8082.
1 parent c3a8f5a commit 7e6e8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"nyc": "^11.7.1",
8383
"watch": "^1.0.2",
8484
"webpack": "^4.9.1",
85-
"webpack-cli": "^2.1.4"
85+
"webpack-cli": "^3.1"
8686
},
8787
"nyc": {
8888
"reporter": "html"

0 commit comments

Comments
 (0)