Skip to content

Commit

Permalink
remove webpack-hot-middleware noInfo=true (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
mofelee authored and arunoda committed Aug 31, 2016
1 parent f52c50a commit e6b6e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config = {
preview: [
require.resolve('./polyfills'),
require.resolve('./error_enhancements'),
`${require.resolve('webpack-hot-middleware/client')}?noInfo=true`,
require.resolve('webpack-hot-middleware/client'),
],
},
output: {
Expand Down

0 comments on commit e6b6e5b

Please sign in to comment.