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
We use import.meta.url in buildModuleUrl to find the current module location and build CESIUM_BASE_URL. Apparently Edge won't even parse code with import.meta.url in it and silently fails without any kind of indication.
We may be able to avoid import.meta.url completely and take a different approach.
There's some other weirdness in buildModuleUrl as well that we may want to review since a lot has changed since it was written.