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
You can see that the sources URL here is foo/https:/example.com/index.js even though it should be https://example.com/index.js.
When an input file has a sourcemap with a
http:
URL in the"sources"
section, esbuild mangles it.index.js
foo/index.js
The source map of the above file looks like this:
Then run:
This generates the following file:
This contains the following source map:
You can see that the sources URL here is
foo/https:/example.com/index.js
even though it should behttps://example.com/index.js
.Possibly related #1745
The text was updated successfully, but these errors were encountered: