honojs / vite-plugins

Vite Plugins for Hono
https://hono.dev
134 stars 35 forks source link

Remove dependency on @hono/node-server #117

Closed ersinakinci closed 7 months ago

ersinakinci commented 7 months ago

Implements our own version of getRequestListener that uses native Request and Response classes, which fixes compatibility with Bun.

Fixes #107.

changeset-bot[bot] commented 7 months ago

🦋 Changeset detected

Latest commit: fbf9ceeca663f44a6c2c4bab7b1d6924aad0595c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | --------------------- | ----- | | @hono/vite-dev-server | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

yusukebe commented 7 months ago

Hi @ersinakinci !

I've released the new version 0.11.0, which includes the change #119. This can support Bun! So please try it. And I'll close. this PR. Thank you for your suggestion!

ersinakinci commented 7 months ago

@yusukebe, thank you!