Releases: honojs/vite-plugins
Releases · honojs/vite-plugins
@hono/[email protected]
Minor Changes
- #82
930fa87eeaef0a342bf4c7be5db6a31a5a4d6b46
Thanks @yusukebe! - feat: bump@hono/node-server
@hono/[email protected]
Patch Changes
- #77
b397fdd438081f4a2b98a042ac2f974c9b63c449
Thanks @rutan! - fix: initialize Miniflare only on the first run
@hono/[email protected]
Patch Changes
- #75
50e640a64c0a9384145603d0fdc51b5c90cc19f5
Thanks @ninebolt6! - fix: respectoutputDir
option
@hono/[email protected]
Patch Changes
-
#73
8c02a9a425ef1eb37044ed59f2a8d4fdc0c9a37c
Thanks @yusukebe! - fix: support windows -
#73
8c02a9a425ef1eb37044ed59f2a8d4fdc0c9a37c
Thanks @yusukebe! - fix: support windows
@hono/[email protected]
Patch Changes
- #69
06d753152aec120d7df83e207e71cb6c31d3ca41
Thanks @yusukebe! - fix:emptyOutDir
asfalse
@hono/[email protected]
Minor Changes
-
#63
10a7ab5da5e61cf314cc7566ddfa53552bf3172a
Thanks @marbemac! - Leverage vite error handling. To leverage this, return client errors in development like in the example below:honoApp.get('*', async c => { try { // react, solid, etc const app = await renderClientApp(<App />); return new Response(app, { headers: { 'Content-Type': 'text/html' } }); } catch (err: any) { // in dev, pass the error back to the vite dev server to display in the error overlay if (import.meta.env.DEV) return err; throw err; } });
@hono/[email protected]
Patch Changes
- #64
47f3a1073036b8da2a1b405466e9a9b6d5ff9c1f
Thanks @yusukebe! - fix: peerDependencies
@hono/[email protected]
Patch Changes
- #64
47f3a1073036b8da2a1b405466e9a9b6d5ff9c1f
Thanks @yusukebe! - fix: peerDependencies
@hono/[email protected]
Patch Changes
- #61
6ccd2338adcee4d60597f7037a1a7be902a6bf91
Thanks @yusukebe! - fix: fix default entry path and throw error if not found
@hono/[email protected]
Patch Changes
- #59
92f1e721d4a1e1846c3fdfa121d63fafdaf8f4b3
Thanks @yusukebe! - Initial release