We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.1.23
Install hono, honox, vite and @hono/vite-dev-server Check node_modules after install and will be like:
The cloudflare dependencies don't need to be downloaded or included in node_modules
A high usage of disk in node_modules. This can improve installs on CI/CD enviroments in general
I'm using bun, but this bug occurs also in NPM
The text was updated successfully, but these errors were encountered:
Hi @jlucaso1
Thank you for the issue. It's a known issue for @hono/vite-dev-server. It depends miniflare to keep backward compatibility:
@hono/vite-dev-server
miniflare
https://github.com/honojs/vite-plugins/blob/fdd4b48e7833156360097960fe1dca0bbcafd845/packages/dev-server/package.json#L79
But, now, we may mind the backward compatibility. If so, we can remove it. Please wait a little to consider it.
Sorry, something went wrong.
No branches or pull requests
What version of HonoX are you using?
0.1.23
What steps can reproduce the bug?
Install hono, honox, vite and @hono/vite-dev-server
Check node_modules after install and will be like:
What is the expected behavior?
The cloudflare dependencies don't need to be downloaded or included in node_modules
What do you see instead?
A high usage of disk in node_modules. This can improve installs on CI/CD enviroments in general
Additional information
I'm using bun, but this bug occurs also in NPM
The text was updated successfully, but these errors were encountered: