Update webpack-cli version

Fixes #17
This commit is contained in:
Andrea Gherardi 2018-12-06 10:28:59 +01:00
parent 7381928803
commit c212317b72
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
"npm-run-all": "^4.1.3", "npm-run-all": "^4.1.3",
"rimraf": "^2.6.2", "rimraf": "^2.6.2",
"webpack": "^4.8.3", "webpack": "^4.8.3",
"webpack-cli": "^2.1.3", "webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.4" "webpack-dev-server": "^3.1.4"
} }
} }