Chad Ostlund

Results 1 comments of Chad Ostlund

Using "react-dynamic-modal": "^1.1.1", "react-hot-loader": "^3.0.0-beta.7", with "webpack-hot-middleware": "^2.18.0", in the app.js and specifing the: entry: [ 'react-hot-loader/patch', 'webpack-hot-middleware/client?path=/__webpack_hmr&timeout=2000&reload=true', './src/app.js' ], I'm able to have stable react-hot-loader work on all files...