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
export default defineConfig({
plugins: ...
esbuild: ...
define: {
// By default, Vite doesn't include shims for NodeJS/
// necessary for segment analytics lib to work
global: {},
},
})
I have installed the connectycube npm package and tried to import it to my vue app served through vite.
I got this error:
Expected Behavior
We should be able to import the module when using vite.
The text was updated successfully, but these errors were encountered: