When I am running my ionic 2 app in development environment by running Ionic Serve command a chrome browser instant opens very quicly.But if I make change to any application file, this changes are not reflecting and it hangs on “webpack started …”.
I need to stop the process and re-run the ionic serve. Please help to fix this issue
FYI I have this problem sometimes. Sometimes I have to add or remove white space and re save the file for the changes to show up. Its a pain when troubleshooting because you think your changes haven’t fixed an issue but I’ve come to resort to adding something static on pages at times just to be sure the update is being applied (i.e. ion-item with “Here’s a change” in it). Usually happens when I update template and then the component. I’ll have to go and modify the template again to see changes. Feels like the old template is cached somehow and needs to be “touched” to reload. See if that helps you.
@awynham the problem is when I change any code , building , minification and rendering take much time.Sometimes it never loads and then I have to stop it and re-run the command ionic serve
the issue is back in latest appscript
ionic serve does not reflect changes, even after manual reload, we have to goto to that file make some changes then save to get changes reflected in output,