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
Is there any way to debug the Scala.js code in Chrome when running in the react-native in the iOS Simulator (or anyhow else), I'm only able to debug using the generated index.ios.js :-(?
The text was updated successfully, but these errors were encountered:
good question , i never tried that infact i never debugged scala code using source maps in web app even , hope some scala.js source map pro can help ..
The sourcemap gets created for both fast and fullOptJS, Chrome can't resolve it though even after copying the files and updating the links.
Seems like the issue isn't with Scala.js but with react/react-packager, will try to get it to work with this tomorrow: https://github.com/mjohnston/react-native-webpack-server
Is there any way to debug the Scala.js code in Chrome when running in the react-native in the iOS Simulator (or anyhow else), I'm only able to debug using the generated index.ios.js :-(?
The text was updated successfully, but these errors were encountered: