-
Notifications
You must be signed in to change notification settings - Fork 15
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
Vite support #38
Comments
@JonathonRP, do you have a "main" file that initializes the root component? The |
I'm using vite and sveltekit. My main top level is vite.config.ts and I tried importing from there global but that did not work and have been trying various other methods to populate vites define/vite.esbuild define also |
also noticed it uses globalThis which does that work in node? |
|
Is this supported in vite? Getting undefined Temporal and ect. Importing global.
The text was updated successfully, but these errors were encountered: