Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

fix sourcemaps #20

@michals

Description

@michals

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions