I created the default Ionic 2 app and launched it on iOS Simulator. I opened Safari Console to debug the code. Under the Resources tab I see only JavaScript files and no TypeScript files. I believe Ionic build ensures the source maps are included too. Am I missing something here? Help me overcome this issue.
Could you check out the safari technical preview?
Pretty sure this was a bug in safari proper.
I’m on macOS beta (10.12) so the tech preview should be a good sign of whats coming.
1 Like
I downloaded the Safari Technical Preview version and it worked Thanks a lot.
1 Like
This was working for me for a while and then stopped. I think I’ve figured out that the .ts files only appear if you add the --consolelogs flag when running from CLI (even in Safari Technical Preview).