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
I'm not able to debug typescript and I assume this is related to this issue? My issue is that the .ts files simply don't show up in Safari Web Inspector, but I'm not completely sure why.
Create file
test.ios.coffee
:Compile with
--map
andtns prepare ios
:File
platforms/ios/TestApp/app/test.js
:File
platforms/ios/TestApp/app/test.js.map
:The source mapping is broken.
This should be also happening with Babel, TypeScript and others.
Are there any inline source maps, that can be used only in debugging?
The text was updated successfully, but these errors were encountered: