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
I have a case where our source maps require using the sourceRoot property to get back to the actual source file for a NodeJS program.
However, we can't compute the sourceRoot at build time, it's only known at runtime.
Would it make sense for source-map to add some config where you can set the sourceRoot source maps being read, either overriding or setting it as the default sourceRoot
This would be used with the downstream lib source-map-support for source maps in stack traces
I have a case where our source maps require using the
sourceRoot
property to get back to the actual source file for a NodeJS program.However, we can't compute the
sourceRoot
at build time, it's only known at runtime.Would it make sense for
source-map
to add some config where you can set thesourceRoot
source maps being read, either overriding or setting it as the defaultsourceRoot
This would be used with the downstream lib
source-map-support
for source maps in stack tracesRelated issue: bazel-contrib/rules_nodejs#823 (comment)
The text was updated successfully, but these errors were encountered: