-
Notifications
You must be signed in to change notification settings - Fork 37
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
[Bug] bunx --bun vite build
doesn't throw errors
#46
Comments
Hi @catdadcode would you be willing to enable issues on your fork repo ? Thanks |
Same here. |
I had the same issue, then I tried using |
Where was the error logged ? |
build
directorybunx --bun vite build
doesn't throw errors
Well, the error not being thrown is the issue then. The thing is, I'm using exclusive Bun APIs, such as |
This is done now. Please feel free to open issues at https://github.com/catdadcode/svelte-adapter-bun/issues. |
Hi,
When there is a SvelteKit bundling error, the
bunx --bun vite build
command doesn't throw it but quietly generates a.svelte-kit
directory without abuild
directory.Thanks
The text was updated successfully, but these errors were encountered: