Open gaearon opened 3 years ago
The suggested configuration for React uses react-hot-loader. Using this project is strongly discouraged because it is very fragile and introduces problems. It should either be removed or replaced with react-refresh-webpack-plugin (link).
react-hot-loader
react-refresh-webpack-plugin
Thanks @gaearon ! I'll look into this
Any plans to update it?
The suggested configuration for React uses
react-hot-loader
. Using this project is strongly discouraged because it is very fragile and introduces problems. It should either be removed or replaced withreact-refresh-webpack-plugin
(link).