-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
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
Build process hangs at 'modules transformed' with >=2.9.7, works with 2.9.6 #8517
Comments
@johannes-z This might be a duplicate of #8099. #8110 fixed that. It may fix this too. Have you tried 2.9.9? |
@sapphi-red Yes, I was on |
@johannes-z Would you provide a full project if possible? If not possible, would you try to create a minimal reproduction of it? There's nothing I could do here without it. One thing worth trying is to set |
Hello @johannes-z. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with |
Describe the bug
I have a bigger code base that stops working when using the following code while using vite
>=2.9.7
. I tested older versions and2.9.6
works.Rolling back to
2.9.6
or changing the code to the following works:vite dev
works whilevite build
hangs. The repro only shows the code that causes this issue, but the minimal repro itself works. I'm not sure what exactly causes this issue, but it has to do with the commits in 2.9.7 or upstream.Reproduction
https://stackblitz.com/edit/vitejs-vite-ksrdie
System Info
Used Package Manager
pnpm
Logs
Validations
The text was updated successfully, but these errors were encountered: