-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
Livereload is not triggered on file change #674
Comments
Can you reproduce it using 5.69.0? |
I did try that and I still didn't work. I also tried older version like 5.10 and it still didn't work. |
Maybe related to MacOS... |
I asked the user that original reported the issue originally in angular/angular-cli#22751 to provide more about their system. Did live reload work for you when you tried the reproduction? |
@alan-agius4 I haven't tried it yet, I've set it to my tasks, I can look tomorrow, just ask more information as possible |
Looks like the user that reported the issue is also using Mac. angular/angular-cli#22751 (comment) |
@alan-agius4 Sorry for delay, looks like problem in webpack, because hash of compilation is the same, so dev server doesn't reload page, I have two workarounds, but want to verify it is valid fixes, I will return to this today/tomorrow (waiting answer) |
Thanks @alexander-akait! |
Gentle reminder @alexander-akait |
@alan-agius4 oh, sorry, missed that, put in my TODO for tomorrow |
Same issue on Windows. Angular 14. [webpack-dev-server] App updated. Recompiling... Change in files in the app folder and globel scss files are detected. Change in files in the assets folder are not detected. |
@alan-agius4 @Mylogin-info bug in webpack-dev-server, we can't fix it here webpack/webpack-dev-server#3794, updated an issue and put your example, copy-webapck-plugin does right job here, dev server doesn't respect hash changed |
@alexander-akait, thanks let's continue tracking this in webpack/webpack-dev-server#3794 |
Same issue on Windows. Angular 14. [webpack-dev-server] App updated. Recompiling... Force those who are looking for a workaround,
This solved my issue, hope it helps. |
Bug report
Actual Behavior
Live reload is not triggered on file change
Expected Behavior
Live reload is triggered on file change
How Do We Reproduce?
Notice that the image is not changed as live reload is not triggered.
The text was updated successfully, but these errors were encountered: