#What would make vite crash when running with bun's --bun flag?

1 messages · Page 1 of 1 (latest)

pallid yarrow
#

When using Solid.js plugin and Vite with bun's --bun flag (docs), the HMR stops working correctly. Is there something about the plugin or the way vite works that would cause it to not work when run natively on bun?

Also opened an issue on the Solid plugin with a bit more context.

timid galleon
#

I suspect this is because bun is simply not fully compatible with Nodejs. Hard to say which exact thing caused the issue without getting the nitty details of bun vs node

Maybe you should check out the bun repo to see if there have been similar reports