Skip to content

Commit

Permalink
fix: Use false to disable webpack-hot-middleware log (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas authored and LinusBorg committed Aug 1, 2017
1 parent db40d7f commit e1f781e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/build/dev-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var devMiddleware = require('webpack-dev-middleware')(compiler, {
})
var hotMiddleware = require('webpack-hot-middleware')(compiler, {
log: () => {},
log: false,
heartbeat: 2000
})
// force page reload when html-webpack-plugin template changes
Expand Down

0 comments on commit e1f781e

Please sign in to comment.