I find on occasion that my source files are out of date in the Chrome debugger. Sometimes I can tweak the source code and get it to rebuild and Chrome picks up the changes. Other times it requires restarting ionic serve.
I don’t think this is a problem with Chrome because I have the cache disabled, and even try to do a “Empty Cache and Hard Reload” (on the refresh button in the browser), but still the old files remain.
Has anyone seen this and have any tips to fix/prevent?