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 Aug 7, 2021. It is now read-only.
Right now when i use snaphsot a _embedded_script_.js script is generated. However i don't see an associated sourcemap.
Also here i don't see any mention of the sourcemap.
Would be good for one to be generated.
The idea is to be able to retreive it with source-map-support
Another not. When i get an error within _embedded_script_.js the source-map-supportretrieveSourceMap method is called with <embedded> and not _embedded_script_.js which will make the map retrieval fail. Any reason for that?
The text was updated successfully, but these errors were encountered:
Is it possible to use sourcemap with snapshot?
Right now when i use snaphsot a
_embedded_script_.js
script is generated. However i don't see an associated sourcemap.Also here i don't see any mention of the sourcemap.
Would be good for one to be generated.
The idea is to be able to retreive it with
source-map-support
Another not. When i get an error within
_embedded_script_.js
thesource-map-support
retrieveSourceMap
method is called with<embedded>
and not_embedded_script_.js
which will make the map retrieval fail. Any reason for that?The text was updated successfully, but these errors were encountered: