When developing with ionic 2 how does one stay on the current page when making code changes? In Ionic 1 livereload would take you back to your current url - however in ionic 2 there are no urls.
Is there a setting that will make livereload keep me on the current page? I’m open to enabling URLs as well if that’s what it takes to not have to manually navigate back to my page on every code change. However I haven’t been able to find how to do that in the v2 docs yet.