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
Say I have a source file with URL https://www.example.com/path/file.js with the following sourcemap directive:
//# sourceMappingURL=/path/file.js.map
Expected behavior: https://www.example.com/path/file.js.map is requested.
Actual behavior: https://www.example.com/path//path/file.js.map is requested, which fails.
The text was updated successfully, but these errors were encountered:
Say I have a source file with URL
https://www.example.com/path/file.js
with the following sourcemap directive:Expected behavior:
https://www.example.com/path/file.js.map
is requested.Actual behavior:
https://www.example.com/path//path/file.js.map
is requested, which fails.The text was updated successfully, but these errors were encountered: