honox
honox copied to clipboard
Cloudflare dependencies is included when is not used
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