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
If the document is missing base and URL is like http://domain?a=x, it creates URL like http://domain?a=x/_content/PackageId/...js which is incorrect. Instead of concatening string in JSInitializer.tsadjustPath, we should use the same mechanism as for import dotnet.js in MonoPlatform.ts