We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fac6f1 commit 48354aeCopy full SHA for 48354ae
package.json
@@ -7,6 +7,7 @@
7
"build": "cross-env easywebpack build prod",
8
"build:test": "cross-env easywebpack build test",
9
"build:prod": "cross-env easywebpack build prod",
10
+ "debug": "egg-bin debug",
11
"dev": "cross-env WORKERS=1 node index.js",
12
"start": "cross-env EGG_SERVER_ENV=prod NODE_ENV=production node index.js",
13
"kill-port": "kill -9 $(lsof -i:8888 |grep 'node'|aw '{print $2}') ",
@@ -50,6 +51,7 @@
50
51
"babel-preset-react": "^6.24.1",
52
"easywebpack-cli": "^3.8.0",
53
"easywebpack-react": "^4.0.0",
54
+ "egg-bin": "^4.5.0",
55
"egg-webpack": "^4.0.1",
56
"egg-webpack-react": "^2.0.2",
57
"eslint-config-egg": "^5.1.1",
0 commit comments