Skip to content

Commit

Permalink
fix: Use false to disable webpack-hot-middleware log (vuejs-templates…
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas authored and frandiox committed Oct 13, 2017
1 parent 96d54bb commit fc0ad51
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 fc0ad51

Please sign in to comment.