Skip to content

Commit c00555b

Browse files
committedDec 24, 2018
Removes react-hot-loader/patch from dev Webpack config
It is not necessary with the latest react-hot-loader plugin
1 parent ebf453f commit c00555b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎config/webpack/app-development.js

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ module.exports = function configFactory(ops) {
5050
res.entry.main = [res.entry.main];
5151
}
5252
res.entry.main = [
53-
'react-hot-loader/patch',
5453
'webpack-hot-middleware/client?reload=true',
5554
].concat(res.entry.main);
5655
res.entry.polyfills.push('topcoder-react-utils/dist/dev/client/init');

0 commit comments

Comments
 (0)
Please sign in to comment.