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:
parent
319261f15e
commit
ab946abfbc
@ -29,6 +29,7 @@ const server = new WebpackDevServer(compiler, {
|
||||
index: config.output.publicPath
|
||||
},
|
||||
hot: true,
|
||||
noInfo: true,
|
||||
stats: { colors: true }
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user