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 Jun 29, 2017
1 parent 19ea95c commit 9665e65
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
})
// force page reload when html-webpack-plugin template changes
compiler.plugin('compilation', function (compilation) {
Expand Down

0 comments on commit 9665e65

Please sign in to comment.