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
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.
I've also tried enabling logging and debug output, but vite outputs nothing useful. This seems like a bug in and of itself: vite should really provide some output logs that can be used to diagnose issues like this...
Describe the bug
I run:
The build completes successfully. I then make a change to a file, triggering a rebuild. The rebuild will hang after printing:
Sometimes it will print an additional line like :
But there doesn't appear to be any correlation between the filename and the build, it's just a random file from the project.
Reproduction
Diggsey/dpass@8badbb0
Steps to reproduce
Clone the repo and install dependencies as usual for an npm project. Run:
Save any file triggering a rebuild.
System Info
Used Package Manager
npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: