1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 09:23:13 +01:00

Suppress build info for dev server

This commit is contained in:
Brett Sun 2016-06-03 11:39:13 +02:00
parent 319261f15e
commit ab946abfbc

View File

@ -29,6 +29,7 @@ const server = new WebpackDevServer(compiler, {
index: config.output.publicPath
},
hot: true,
noInfo: true,
stats: { colors: true }
});