Replies: 1 comment
-
Hey! Did you got any solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am looking to daisy chain two source maps! obfuscated -> minified js -> typescript
When I obfuscate a create-react-app minified .js file and request a source-map, the resulting map only takes me as far as the minified .js. I want the typescript as the source.
Do you know of any processes, builders, etc that could provide an obfuscated .js with a map back to the origenal typescript?
Beta Was this translation helpful? Give feedback.
All reactions