We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03edcb commit 7db39a6Copy full SHA for 7db39a6
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"start": "ykit s -p 8082",
9
"demo": "NODE_ENV=production ykit pack -m",
10
- "build": "webpack"
+ "build": "NODE_ENV=production webpack"
11
},
12
"dependencies": {
13
"antd": "^3.1.6",
0 commit comments