mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +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
|
index: config.output.publicPath
|
||||||
},
|
},
|
||||||
hot: true,
|
hot: true,
|
||||||
|
noInfo: true,
|
||||||
stats: { colors: true }
|
stats: { colors: true }
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user