I just bought a new MacBook and installed ionic/cordova on my machine, but alas "ionic serve" no longer live reloads HTML changes. Specifically, I see it reloading, but once the reload is complete, the changes are not reflected. Curiously, changes to *.ts reload fine! Any ideas? I'm a newbie but having to stop/start the server each time for every little change is driving me crazy - thank you!
Ionic Framework: 2.0.0-rc.5
Ionic Native: 2.4.1
Ionic App Scripts: 1.0.1
Angular Core: 2.2.1
Angular Compiler CLI: 2.2.1
Node: 7.5.0
OS Platform: macOS Sierra
Navigator Platform: MacIntel
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
Here's what I see on terminal:
[23:10:04] build started ...
[23:10:04] transpile started ...
[23:10:08] transpile finished in 3.93 s
[23:10:08] webpack update started ...
[23:10:09] webpack update finished in 524 ms
[23:10:09] build finished in 4.46 s
3.9.2
. I remember having this problem with older versions of Ionic, but I don't have it anymore. github.com/ionic-team/ionic/blob/v3/CHANGELOG.md – Scone