Better webpack settings for development

This commit is contained in:
Jori Lallo
2016-08-27 13:18:46 -07:00
parent c28a403321
commit 8ed81884d7
4 changed files with 12 additions and 9 deletions

View File

@@ -22,7 +22,7 @@ if (process.env.NODE_ENV === 'development') {
app.use(convert(devMiddleware(compile, {
// display no info to console (only warnings and errors)
noInfo: false,
noInfo: true,
// display nothing to the console
quiet: false,