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.
2 parents 75d3aa4 + 1323520 commit 58bc2a4Copy full SHA for 58bc2a4
package.json
@@ -5,8 +5,8 @@
5
"test": "karma start Client/test/karma.conf.js",
6
"postinstall": "npm run build:webpack",
7
"build:webpack": "npm run webpack-vendor && npm run webpack",
8
- "webpack": "webpack --progress",
9
- "webpack-vendor": "webpack --config webpack.config.vendor.js --progress"
+ "webpack": "webpack --progress --color",
+ "webpack-vendor": "webpack --config webpack.config.vendor.js --progress --color"
10
},
11
"dependencies": {
12
"@angular/animations": "^4.0.0",
0 commit comments