Skip to content

Commit 58bc2a4

Browse files
authored
Merge pull request TrilonIO#135 from LiverpoolOwen/add-webpack-color
Added color parameter to webpack
2 parents 75d3aa4 + 1323520 commit 58bc2a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"test": "karma start Client/test/karma.conf.js",
66
"postinstall": "npm run build:webpack",
77
"build:webpack": "npm run webpack-vendor && npm run webpack",
8-
"webpack": "webpack --progress",
9-
"webpack-vendor": "webpack --config webpack.config.vendor.js --progress"
8+
"webpack": "webpack --progress --color",
9+
"webpack-vendor": "webpack --config webpack.config.vendor.js --progress --color"
1010
},
1111
"dependencies": {
1212
"@angular/animations": "^4.0.0",

0 commit comments

Comments
 (0)