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 2a5e77d commit a2768b7Copy full SHA for a2768b7
package.json
@@ -28,8 +28,8 @@
28
"postinstall": "npm run build",
29
"prebuild": "typings install & rimraf dist build",
30
"build": "tsc -d & npm run build:dist & npm run build:prod",
31
- "build:dist": "webpack --progress --colors",
32
- "build:prod": "cross-env NODE_ENV=production webpack --progress --colors",
+ "build:dist": "webpack",
+ "build:prod": "cross-env NODE_ENV=production webpack",
33
"test": "echo \"Error: no test specified\" && exit 1",
34
"test:single": "echo \"No test specified\"",
35
"commit": "git-cz",
0 commit comments