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

not compatible with with vite 6.x.x #61

Closed
nomadboy20 opened this issue Dec 19, 2024 · 4 comments · Fixed by #63
Closed

not compatible with with vite 6.x.x #61

nomadboy20 opened this issue Dec 19, 2024 · 4 comments · Fixed by #63

Comments

@nomadboy20
Copy link

Please add compatibility to new vite version 6.

@kunjee17
Copy link

kunjee17 commented Jan 7, 2025

Works with 6.0.6 but doesn't work with 6.0.7. I am using with vite-plugin-wasm

@ocavue
Copy link
Contributor

ocavue commented Jan 8, 2025

I created a minimal reproduction to this issue. See more details here: vitejs/vite#19160

@triemstr
Copy link

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.

@CSharperMantle
Copy link

CSharperMantle commented Feb 8, 2025

The same problem here. The transformation did not work (I still got top-level await errors) until I locked my vite version.

{
  "devDependencies": {
    "vite": "6.0.6",
    "vite-plugin-top-level-await": "^1.4.4"
  }
}

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

Successfully merging a pull request may close this issue.

5 participants