Hii, I just finished updating to rc 1 (was hellish…)
And I fainally managed to lunch my app, but for some reason now I no longer have any source maps, I’m unable to find any of the *.ts files in the browser debugger.
Hii, I just finished updating to rc 1 (was hellish…)
And I fainally managed to lunch my app, but for some reason now I no longer have any source maps, I’m unable to find any of the *.ts files in the browser debugger.
Updating app-scripts
works for me :
npm uninstall @ionic/app-scripts
npm install @ionic/app-scripts@latest
Guys, I have a similar problem. But the in the first build, source maps work fine. But when livereload is calling and app is refreshed…chrome lost some files in source maps. With this, is very difficult to debug.
I also, update app-scripts but without success. Any other tips to solve this problem?