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.
Describe the bug
when I upgrade vite from 4.3.9 to 6.0.7 and run build, I found some code are lost:
5.0.0-beta.9
, runnpm build
5.0.0-beta.10
or6.0.7
, runnpm install && npm run build
check the changelog, found this.
Is this a bug in rollup v4? or this is the right behavior?
Reproduction
https://stackblitz.com/edit/vitejs-vite-t5w3pav5?file=utils.ts
Steps to reproduce
System Info
Used Package Manager
npm
Logs
Validations
The text was updated successfully, but these errors were encountered: