You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.
Can I ask you to try gaearon/react-hot-boilerplate#61 with Webpack 2 instead? This project is going to be deprecated in favor of React Hot Loader 3 as described there.
@gaearon sure, I was trying to find a good boilerplate for easy package creation. Will try your new work. I like your packages and what you do! Thank you a lot. ❤️
When using webpack 2 and the suggested es2015-webpack preset, updating a component gives an error:
If we use webpack 2 and es2015 preset - there is no error.
So, do we need to use es2015-webpack preset in prod and es2015 in dev?
The text was updated successfully, but these errors were encountered: