You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that the bundle size increased significantly in v2.5.0. I didn't find any impactful change looking at the commits, so I'm not sure whether to update it or continue using the old version.
It seems like the package is tree-shakeable, but given that the API depends on a god object it doesn't benefit from it. For example, I don't use the login popup in my apps but it's being included in my bundles (I'm not sure how much of the total size that is).
Besides looking at the weight on npm, I've tried to compare the impact in my apps changing this dependency, and v2.4.1 was 34.63KiB vs 220.06KiB from v2.5.4.
Is there anything important in that, or should I continue using v2.4.1?
The text was updated successfully, but these errors were encountered:
I've noticed that the bundle size increased significantly in v2.5.0. I didn't find any impactful change looking at the commits, so I'm not sure whether to update it or continue using the old version.
It seems like the package is tree-shakeable, but given that the API depends on a god object it doesn't benefit from it. For example, I don't use the login popup in my apps but it's being included in my bundles (I'm not sure how much of the total size that is).
Besides looking at the weight on npm, I've tried to compare the impact in my apps changing this dependency, and
v2.4.1
was 34.63KiB vs 220.06KiB fromv2.5.4
.Is there anything important in that, or should I continue using
v2.4.1
?The text was updated successfully, but these errors were encountered: