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
Currently, during bundling the import.meta.main is set to true for the main module, but when that bundle is loaded, the main module might not be loaded as the main module and so the import.meta.main should be false.