Tweak package.json for fetch example

This commit is contained in:
Alex Crichton 2018-09-17 17:38:07 -07:00
parent fe31615ca1
commit 4ea5d701bb

View File

@ -1,10 +1,11 @@
{ {
"scripts": { "scripts": {
"serve": "webpack-serve ./webpack.config.js" "serve": "webpack-dev-server"
}, },
"devDependencies": { "devDependencies": {
"html-webpack-plugin": "^3.2.0", "html-webpack-plugin": "^3.2.0",
"webpack": "^4.16.5", "webpack": "^4.11.1",
"webpack-serve": "^2.0.2" "webpack-cli": "^2.0.10",
"webpack-dev-server": "^3.1.0"
} }
} }