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
Minor annoyance: when using Esperanto as part of a chain of sourcemap-generating transformations, it's helpful if the path to the .map file is absolute...
//# sourceMappingURL=/path/to/generated.js.map
...rather than relative to generated.js (currently it will always become ./generated.js.map. That way, sorcery can follow the sourcemap chain back to the origin.
The text was updated successfully, but these errors were encountered:
Minor annoyance: when using Esperanto as part of a chain of sourcemap-generating transformations, it's helpful if the path to the
.map
file is absolute...//# sourceMappingURL=/path/to/generated.js.map
...rather than relative to
generated.js
(currently it will always become./generated.js.map
. That way, sorcery can follow the sourcemap chain back to the origin.The text was updated successfully, but these errors were encountered: