This repository was archived by the owner on May 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 310
[1.2.2] Some assets not compiled until ionic serve stopped then run again #859
Comments
Had initially reported this on 1.2.1, upgraded to 1.2.2 and issue persists. |
Issue also present on nightly 1.2.2-201703281515 |
Scrach above, still occurs with standard ionic:serve. |
Issue persists in 1.2.5 |
This was actually caused by the default service-worker being enabled. Commenting out from index.html and deregistering via chrome://serviceworker-internals/ fixed the issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
Note: for support questions, please use one of these channels:
https://forum.ionicframework.com/
http://ionicworldwide.herokuapp.com/
Short description of the problem:
Using 1.2.2 of ionic-app-scripts and ionic serve - occasionally components will not be compiled. e.g., if I make a change to a Provider, the build completes and reloads the browser, but the changes are not reflected (or intermittently reflected, sometimes I can refresh the page and they'll appear, but after another refresh will be gone again).
What behavior are you expecting?
All changes to be reflected and persistent after build completes.
Steps to reproduce:
Which @ionic/app-scripts version are you using?
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
Is probably related to #825
The text was updated successfully, but these errors were encountered: