-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hot Reloading? #35
Comments
I spent the better part of today looking at this and it's very, very buggy endeavor mostly due to webpack2 still being unstable (it is a beta after all). Though I applaud this project and it has been very helpful for me, I think webpack 1 should have been chosen. |
Managed to get hot reloading working using |
Has anyone got this running with Docker? I fiddled with docker-compose.yml to expose port 4000 in the frontend config, but keep getting this. I am a bit new to setting up environments like this. Does Nginx factor into things at all? Or should I add something like this to the frontend part of docker-compose? Nonetheless, this repo is an awesome starting point for projects with or without hot reloading. |
Can anybody help in this issue? |
Thanks for the great boilerplate!
Do you have any plans to include react-hot-loader?
The text was updated successfully, but these errors were encountered: