This repository was archived by the owner on Aug 7, 2021. It is now read-only.
Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork40
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
snapshot && sourcemap #1026
Open
Labels
Description
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.
Alsohere 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 withsource-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?