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
When an input sourcemap is given, the result's sourcemap will be merged with it, so it points back to the input sourcemap's sources (aka the original source).
Bonus: If //# sourceMappingURL exists and the filename option is defined, load the source map and treat it as an input sourcemap automatically.
The text was updated successfully, but these errors were encountered:
When an input sourcemap is given, the result's sourcemap will be merged with it, so it points back to the input sourcemap's sources (aka the original source).
Bonus: If
//# sourceMappingURL
exists and thefilename
option is defined, load the source map and treat it as an input sourcemap automatically.The text was updated successfully, but these errors were encountered: