Moving webpack-dev-server to dev dependencies
This commit is contained in:
parent
738902d0ce
commit
916b38c6c5
@ -38,7 +38,6 @@
|
||||
"uglifyjs-webpack-plugin": "^1.1.8",
|
||||
"url-loader": "^0.6.2",
|
||||
"webpack": "^3.10.0",
|
||||
"webpack-dev-server": "^2.11.1",
|
||||
"webpack-merge": "^4.1.1",
|
||||
"workbox-webpack-plugin": "^2.1.2"
|
||||
},
|
||||
@ -47,6 +46,7 @@
|
||||
"eslint-plugin-react": "^7.6.1",
|
||||
"http-server": "^0.11.1",
|
||||
"husky": "^0.14.3",
|
||||
"npm-run-all": "^4.1.2"
|
||||
"npm-run-all": "^4.1.2",
|
||||
"webpack-dev-server": "^2.11.1"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user