Browse Source

域名配置

caipin 5 years ago
parent
commit
670490baf9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -5,7 +5,7 @@
   "main": "index.js",
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1",
-    "start": "webpack-dev-server --inline --config ./config/webpack.prod.config.js",
+    "start": "webpack-dev-server --inline --config ./config/webpack.prod.config.js --host cld2.com",
     "react": "react-scripts start",
     "build": "webpack --config ./config/webpack.prod.config.js"
   },