You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow up on #8517 - I missed the auto closing. I created a repro. The problem seems to be coming when using a certain library, but should shed some light on why this is happening in the first place.
The build is eventually finishing, but just takes extremely long. In my actual project it doesn't finish within 10 minutes... As already mentioned, changing this LOC https://github.com/johannes-z/vite2/blob/main/src/main.ts#L22 to the following fixes the issue too. Changing format to es works also - it's just umd that's broken:
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
Follow up on #8517 - I missed the auto closing. I created a repro. The problem seems to be coming when using a certain library, but should shed some light on why this is happening in the first place.
The build is eventually finishing, but just takes extremely long. In my actual project it doesn't finish within 10 minutes... As already mentioned, changing this LOC https://github.com/johannes-z/vite2/blob/main/src/main.ts#L22 to the following fixes the issue too. Changing format to
es
works also - it's justumd
that's broken:Also happens with vite 3 alpha 14
Reproduction
https://github.com/johannes-z/vite2
System Info
Used Package Manager
pnpm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: