-
Hi! I have a small project that uses vite v4.4.2 and some babylon.js dependencies (imported as node modules). I never had problems building vite before but here the build process simply freezes after transforming modules (on my machine as well as on render.com). Any hints on how to debug this? Any hints what it could be? thx a lot for help! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
I get the following vite build errors ... vite v4.4.2 building for production... |
Beta Was this translation helpful? Give feedback.
-
If this works in 4.3, you should try to create a minimal reproduction and an issue on the repo so we can review the regression. |
Beta Was this translation helpful? Give feedback.
-
@patak-dev no, doesn't build in 4.3.9 either, same problem. Any hints?
|
Beta Was this translation helpful? Give feedback.
-
@patak-dev thx & ok - worked out what causes the error:
|
Beta Was this translation helpful? Give feedback.
-
@patak-dev or anyone else who can help here? Not making progress with solving this ... |
Beta Was this translation helpful? Give feedback.
Top-level await isn't supported in Vite's default browsers target.
You can: