-
Notifications
You must be signed in to change notification settings - Fork 18
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
not compatible with with vite 6.x.x #61
Comments
Works with 6.0.6 but doesn't work with 6.0.7. I am using with |
I created a minimal reproduction to this issue. See more details here: vitejs/vite#19160 |
Looking forward to this being in vite-plugin-top-level-await. Bug does not exist for vite 6.0.6, but does for 6.0.7 and 6.0.10. |
The same problem here. The transformation did not work (I still got top-level {
"devDependencies": {
"vite": "6.0.6",
"vite-plugin-top-level-await": "^1.4.4"
}
} |
Please add compatibility to new vite version 6.
The text was updated successfully, but these errors were encountered: