-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
vite build --watch breaks from 4.1.4 -> 4.2.0 #12791
Comments
A reproduction is not a screenshot. Please provide a stackblitz link or GitHub repo. I can't reproduce it manually on my end. |
Hello @atomkirk. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with |
Hello @atomkirk @bluwy . I am facing the same issue. I opened an issue on their repository: contentstack/json-rte-serializer#23 Here's the link to reproduce: Reproductionhttps://stackblitz.com/edit/vitejs-vite-jxfzwy?file=src/index.ts Steps to reproduce
Packages versions
|
Thanks for the repro. It looks like a regression from #11919 |
Describe the bug
My relatively new app was using 4.1 and when I removed my package-lock and
npm i
, it installed 4.2 andvite build --watch
no longer works. It will successfully build initially, but then when you change a file it just saysbuild started...
and then hangs forever.Reproduction
https://share.cleanshot.com/vJgtKYvFT9S1gG7vCJZG
Steps to reproduce
This person has also seen the problem recently
https://share.cleanshot.com/vJgtKYvFT9S1gG7vCJZG
System Info
Used Package Manager
npm
Logs
Validations
The text was updated successfully, but these errors were encountered: