build: reduced webpack log output and remove race flag from go tests

This commit is contained in:
Torkel Ödegaard
2017-10-22 20:16:32 +02:00
parent b6184a71bd
commit 48f384dcf1
5 changed files with 10 additions and 6 deletions

View File

@@ -27,7 +27,10 @@ module.exports = merge(common, {
},
devServer: {
stats: 'errors-only',
noInfo: true,
stats: {
chunks: false,
},
},
plugins: [