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
{{ message }}
This repository was archived by the owner on Jul 4, 2022. It is now read-only.
tsc creates sourcemaps (for *.tsx -> *.js) but later react native packager does bundle with another sourcemaps. Both source maps are not merged. In consequence, when debugging with "remote debugger" chrome see only source mapped by last sourcemaps (from bundle) and ignores source map generated by tsc. It will be awesome if chrome dev tools can operate on tsx files. Any idea how this can be configured?