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
error during build:
[vite-plugin-sveltekit-compile] Cannot read properties of undefined (reading 'some')
at Object.handler (xxx/node_modules/@sveltejs/kit/src/exports/vite/index.js:859:39)
Describe the bug
this call in writeBundle asumes vite.build returns a {import('vite').Rollup.RollupOutput}
but vite.build can return one array too...
build function in vite source code
writeBundle in svelteKit
after that the build crashes....so i have to manually patch the sveltekit each time i update it.
Reproduction
i created this project....it's vite legacy plugin the one that triggers the build error in sveltekit
https://github.com/Intexk/tontada
Logs
No response
System Info
Severity
serious, but I can work around it
Additional Information
No response
The text was updated successfully, but these errors were encountered: