Skip to content

Commit

Permalink
Disable webpack info
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelka committed Nov 14, 2016
1 parent aac4e44 commit 74d912c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ app.get('/', example)
app.get('/example/*', example)

const compiler = webpack(webpackConfig)
const webDev = webpackDev(compiler)
const webDev = webpackDev(compiler, {noInfo: true})
app.use(webDev)
app.use(webpackHot(compiler))

Expand Down

0 comments on commit 74d912c

Please sign in to comment.