We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
react-hot-loader/patch
1 parent ebf453f commit c00555bCopy full SHA for c00555b
config/webpack/app-development.js
@@ -50,7 +50,6 @@ module.exports = function configFactory(ops) {
50
res.entry.main = [res.entry.main];
51
}
52
res.entry.main = [
53
- 'react-hot-loader/patch',
54
'webpack-hot-middleware/client?reload=true',
55
].concat(res.entry.main);
56
res.entry.polyfills.push('topcoder-react-utils/dist/dev/client/init');
0 commit comments