-
```
Investigate and implement the integration of wro4j with SourceMap.
More details can be found here:
1) http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/
2) https://groups.google.co…
-
Would it be ok to ```sourceMap: true``` to each tsconfig.json file?
I am in the process of getting an acceptable src->tsc->webpack->debug workflow working in vscode and this is needed to play nice …
-
Should this plugin work with `gulp-sourcemaps`?
I'm asking because in my case it doesn't seem to --- the addition of this plugin into my stream makes the sourcemaps inaccurate.
I see no mention of "…
-
Currently there seems no sourceMap support. The line numbers in the runtime errors are actually those in the compiled `.js` files.
Axure updated
6 years ago
-
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" c…
-
Hi,
Is there any way that I can create a source map for the RTL version?
Thanks, Jake.
-
### Description
Since vite produces modern javascript, sourcemaps in development are often unnecessary as there is no significant transpilation that would make debugging difficult without them.
On…
-
### Problem Statement
I'm trying out the `@sentry/nuxt` module and noticed that the sourcemaps are uploaded with a version set to whatever the git `HEAD` commit is at. I'd like to be able to set the …
jaap3 updated
2 weeks ago
-
Wondering if it's possible to have sourcemaps unobuscated?
Currently uploading the sourcemaps to Sentry and although it finds where the exception occurred in, the contents are mainly obfuscated. Th…
-
Is there a way to enable sourcemaps for the optimized output?