Skip to content

Commit

Permalink
Bump webpack-cli to v3.1
Browse files Browse the repository at this point in the history
webpack v4.20 introduce a change making webpack-cli v2 unusable.

Check: webpack/webpack#8082.
  • Loading branch information
redeyes2015 committed Sep 28, 2018
1 parent c3a8f5a commit 7e6e8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -82,7 +82,7 @@
"nyc": "^11.7.1",
"watch": "^1.0.2",
"webpack": "^4.9.1",
"webpack-cli": "^2.1.4"
"webpack-cli": "^3.1"
},
"nyc": {
"reporter": "html"
Expand Down

0 comments on commit 7e6e8bf

Please sign in to comment.