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
Despite the name of the argument, supportRelativeURL's second argument, url, will be mangled if it is a fully-qualified URL, leading to error paths like /Users/ckknight/Code/myproject/https:/github.com/ckknight/myproject/blob/... instead of the expected URL.
This can occur when "sources" within a .map file contains references to URLs instead of relative paths.
The text was updated successfully, but these errors were encountered:
Despite the name of the argument,
supportRelativeURL
's second argument,url
, will be mangled if it is a fully-qualified URL, leading to error paths like/Users/ckknight/Code/myproject/https:/github.com/ckknight/myproject/blob/...
instead of the expected URL.This can occur when
"sources"
within a.map
file contains references to URLs instead of relative paths.The text was updated successfully, but these errors were encountered: