-
Notifications
You must be signed in to change notification settings - Fork 6
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
bundle-size #29
Comments
I'll be honest, I'm not very familiar or comfortable with publishing packages or optimizing bundle sizes. If you have any suggestions I'd love to get them, I'm currently trying some things out on the bundle branch. So far I've tried moving all non dev-dependencies into peerDependencies, but when building, the bundle size doesn't change much at all for me. I'm going to keep trying to optimize, and I'll make another release in a few days once I've tried some things out. Do let me know if you have any tips though. |
Thanks @aviemet for your reply, I'm not really a professional with build processes either - but I think I already have a clue. |
Hey there,
I got some issue while deploying an application. It seems like lodash as dependency of useInertiaForm is blowing the bundle-size to the limit:
Issue on my side, or are there some things we could do to optimize it here? tree-shakin might be a point.
Thanks!
Cheers,
Dom
The text was updated successfully, but these errors were encountered: