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
Got this error once, the cause was that I was using vite-plugin-top-level-await plugin and building for target >chrome87, which doesn't need this plugin.
Everythign works in dev mode, but if you build without adding:
the app won't work and you get Uncaught TypeError: factory is not a function
The text was updated successfully, but these errors were encountered: