Skip to content

Commit

Permalink
fix: Use false to disable webpack-hot-middleware log
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas committed Jul 13, 2017
1 parent 5f4d89f commit fbfcc77
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 fbfcc77

Please sign in to comment.