jakoblind / webpack-autoconf

A tool to create frontend apps using webpack, Parcel or Snowpack
https://createapp.dev/
876 stars 78 forks source link

Remove react-hot-loader #124

Open gaearon opened 3 years ago

gaearon commented 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).

jakoblind commented 3 years ago

Thanks @gaearon ! I'll look into this

dev0T commented 1 year ago

Any plans to update it?