-
Notifications
You must be signed in to change notification settings - Fork 7
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 reload page component #18
Comments
Any progress on this? Also, i don't know how to make hot reloading work but no matter what i change (even components), webpack is not rebuilding anything. Probably because build and start are separate things. So... first i build, and then i start the server, but "start" doesn't recompile on change |
Overhauling hot reloading is definitely on my radar. Probably as Dan mentions here #19 I am kind of holding off as HMR seems to be in flux at the moment, so was hoping someone comes up with the one true way of doing it. You're correct though, HRM on this project seems to be temperamental, and often will not work. I have filed a bug about it where I think it is originating webpack/webpack-dev-middleware#68, but no response as of yet. This specific issue is about reloading the |
Not sure if this is related, but my page have this tag:
I think thats appended automatically by webpack's The thing is, that js file (hot-update.js), if i try to open it, i get Internal Server Error |
Currently is only rendered server-side so does not get hot reloaded.
The text was updated successfully, but these errors were encountered: