Process doesn't exit after running npm run build. #1896
Replies: 2 comments
-
|
When I run |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Created a new application using Vite v7.1.9 (the old one was v7.1.7), migrated everything to it, and the bug has been resolved. Not sure what caused it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've ran into a bug where, after running
npm run build, the process doesn't exit and just hangs. There are no errors in the console output.Here is my vite.config.ts :
The repository is private, however, I can provide more details if needed. I'd appreciate any suggestions. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions