Skip to content

Commit

Permalink
Set webpack dev middleware log level to silent
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfarljw committed Dec 16, 2017
1 parent 3cbd456 commit e2963f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const compiler = webpack(webpackConfig)
const history = connectHistoryApiFallback()

const devMiddleware = webpackDevMiddleware(compiler, {
publicPath: config.base,
quiet: true
logLevel: 'silent',
publicPath: config.base
})

const hotMiddleware = webpackHotMiddleware(compiler, {
Expand Down

0 comments on commit e2963f4

Please sign in to comment.