[X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
[X] 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.
You can use overrides to use the wasm version if needed. Wasm tends to run slower than native and I don't think it's fair to force the slower version when most users are able to take advantage of the native ones.
Describe the bug
Vite is hard to package on platforms that can't use the shipped binaries: https://github.com/vitejs/vite/issues/15122
Using
@rollup/wasm-node
by default would make a lot of these issues go away.Reproduction
...
Steps to reproduce
No response
System Info
Used Package Manager
npm
Logs
No response
Validations