-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
Improve bundle size #66
Comments
Hi @goisaki Here are my thoughts:
|
Hi @yusukebe |
Looks good. But can you create the UI similar to the current version with |
hi @yusukebe Understood. As such, I will make a PR.
|
Yes.
Because I like the way it looks now. Also because I worry that using |
The binary size of
create-hono
is currently 1.39 MB.This is clearly larger than
(with dependencies) andcreate-remix
(93.3kB)create-vite
(56.9kB) and should be improved.These are some of the ways to improve:
node:util
'sparseArgs
.console.log
.@clack/core
instead of@inquirer/*
andnanospinner
(225kB total)giget
(342kB)create-remix
did it.I have already tried all of this locally and can make a PR right away.
I would like to hear @yusukebe, @ryuapp, and @MathurAditya724's opinions on these changes.
The text was updated successfully, but these errors were encountered: