-
Notifications
You must be signed in to change notification settings - Fork 29
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 6.0 is not supported, and a compilation error is reported #201
Comments
I tried it and didn’t encounter any issues. Could you provide an example to reproduce the problem? |
I encountered an issue with top-level await in build mode. Let me take a look. |
Right, that's the build issue: |
Same problem with Vite 6.I init a project with Vite 6 and Module Federation. When I run
|
Hi @ErickDevv |
Shouldn't vite 5.4.0 then be included as a peerDependency? |
Yep @RobinBomkamp, we need a way to say "it's working with v5 at the moment". feel free to drop a PR for that please. |
can it be set to async mode in vite 6? |
env:
The text was updated successfully, but these errors were encountered: