Skip to content

Commit

Permalink
Remove info HMR logs
Browse files Browse the repository at this point in the history
  • Loading branch information
thani-sh committed Jul 25, 2016
1 parent 352d65a commit 41d77fc
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 41d77fc

Please sign in to comment.