Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uuis doesnt work in Vite JS inside dynamic import #106

Open
crubier opened this issue Feb 19, 2021 · 2 comments
Open

uuis doesnt work in Vite JS inside dynamic import #106

crubier opened this issue Feb 19, 2021 · 2 comments

Comments

@crubier
Copy link
Owner

crubier commented Feb 19, 2021

Screenshot 2021-02-19 at 12 48 18

Need to replace uuid with something else

@sharvilak11
Copy link

+1 on this with Vite. global is not defined error.

@sharvilak11
Copy link

Well this solved the issue.

// vite.config.js

define: {
    "global": {}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants