You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
With ionic-app-scripts 2.0.0 when I'm updating content on my .ts page changes are not applied correctly..
In fact, when I'm adding for example a console.log in my constructor for the first time the change will be applied, but if I change again this console.log replacing for example console.log("hello") by console.log("hello ionic"); my browser will reload but only hello will be displayed.
However if I made a change on another page the older changed will be applied...
Steps to reproduce:
ionic start myAmazingIonicApp --v2
cd ./myAmazingIonicApp
ionic serve
type a console.log("hello"); into anywhere
replace this console.log by console.log("hello 2");
Which @ionic/app-scripts version are you using? 2.0.0
Thanks in advance !
ghaiat, moberwasserlechner, vnea, SteveKennedy and radzik07