Skip to content

Commit

Permalink
Fix lint issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed Aug 5, 2016
1 parent 9daf469 commit e8720a5
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')}?noInfo=true`,
],
},
output: {
Expand Down

0 comments on commit e8720a5

Please sign in to comment.