aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-09-20 21:45:22 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commitbec0aef574b7e92b7862bb5292238304429d10a1 (patch)
tree3b4754b0b888fb4fddc0100ac3d68f9cc0398b60 /vnext/package.json
parentff3948c9b170d5e9e286ca2734e3c9657c18c489 (diff)
welcome back, cli and dev-server
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 965e2997..8e1eeb44 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -5,7 +5,7 @@
"scripts": {
"test": "jest",
"dist": "webpack -p",
- "start": "webpack-serve"
+ "start": "webpack-dev-server"
},
"keywords": [],
"author": "",
@@ -46,8 +46,8 @@
"react-test-renderer": "^16.5.1",
"style-loader": "^0.23.0",
"webpack": "^4.19.1",
- "webpack-command": "0.4.1",
- "webpack-serve": "^2.0.2"
+ "webpack-cli": "^3.1.0",
+ "webpack-dev-server": "^3.1.8"
},
"babel": {
"plugins": [