Skip to content

Commit

Permalink
Merge pull request #331 from kadirahq/quieter-hmr
Browse files Browse the repository at this point in the history
Remove info HMR logs
  • Loading branch information
Muhammed Thanish authored Jul 25, 2016
2 parents ffb4cf0 + 41d77fc commit 6560d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/server/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var config = {
devtool: '#cheap-module-eval-source-map',
entry: {
manager: [managerEntry],
preview: [_path2.default.resolve(__dirname, './error_enhancements'), 'webpack-hot-middleware/client']
preview: [_path2.default.resolve(__dirname, './error_enhancements'), 'webpack-hot-middleware/client?noInfo=true']
},
output: {
path: _path2.default.join(__dirname, 'dist'),
Expand Down
2 changes: 1 addition & 1 deletion src/server/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config = {
],
preview: [
path.resolve(__dirname, './error_enhancements'),
'webpack-hot-middleware/client',
'webpack-hot-middleware/client?noInfo=true',
],
},
output: {
Expand Down

0 comments on commit 6560d2c

Please sign in to comment.