If you just upgraded Vite and suddenly everything stops working, try opening the Network tab in your browser devtools, tick "disable cache" and refresh the page.
A clear and concise description of what the bug is.
when upgrade vite from 0.13.0 to 0.14.0 and run vite, it return error.

vite version:vue version (from yarn.lock or package-lock.json)@vue/compiler-sfc versionvite or vite build with the --debug flag.Provide a link to a reproduction repo if applicable.
CI is passing. Closing until a reproduction is provided.
After i run yarn upgrade, it fixed.
Most helpful comment
After i run
yarn upgrade, it fixed.