2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

Pretty colors

This commit is contained in:
mzabriskie
2015-06-18 20:49:49 -06:00
parent 0424d8c2bf
commit f2105140ee
+5
View File
@@ -41,6 +41,11 @@ module.exports = function(config) {
devtool: 'inline-source-map' devtool: 'inline-source-map'
}, },
webpackServer: {
stats: {
colors: true
}
},
// test results reporter to use // test results reporter to use
// possible values: 'dots', 'progress' // possible values: 'dots', 'progress'