How to reduce bundle size? #81
-
Thanks to your awesome package, I could finally get all of my firebase-auth-related use-cases to work in Next. However, I noticed the bundle size (aka Is this common/expected? Can you point to any obvious mistakes one can make? |
Beta Was this translation helpful? Give feedback.
Answered by
kmjennison
Feb 17, 2021
Replies: 1 comment 2 replies
-
This package's built code is 10kb on the client side and 21kb on the server side, so that difference probably includes other dependencies. Can you analyze the bundles before/after to see what's added? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Parnswir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This package's built code is 10kb on the client side and 21kb on the server side, so that difference probably includes other dependencies. Can you analyze the bundles before/after to see what's added?