-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 doesn't work #395
Comments
@kutomer Is it possible to share some logs? May be that will help us to find the issue. |
@sasidhar of course, thank you for your quick reply.
After that it just start to log for each file the have built, for example: And the log ends with: When I change a file:
I forgot to mention my spec in my previous message: |
@kutomer, seems everything looks fine.
I am on Ubuntu. |
Thanks a lot. Btw, in your README file you said to install webpack-dev-server globally, but when doing so there is Unmet peer dependency warning. |
@kutomer I'm going to close this. If you still have a problem with hot reloading can you own another issue thanks! |
Hello,
When I execute
npm start
things work just as I expect them to.But, when editing a file I see that webpack detects the change and recompile. ("Bundle is now invalid.. Bundle is now valid)
on the client side the change doesn't take affect.
When I try to refresh the page I can't find the files any more, only the bundled version (and one ctrl.ts) , so I have to rerun
npm start
Maybe I'm just doing something wrong?
Tried running
npm run watch
alongside and change HMR to false, can't find a solution yet.Thank you very much for your help.
The text was updated successfully, but these errors were encountered: