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
When I created this component I had much less know-how on how to bundle a library correctly. As a result, this very small component, which doesn't have any dependencies other than a single utility of Lodash, has reached a mind-boggling and completely unjustified size of 77.8 KiB. No responsible developer should consume it while it's as big as that. The good news is that I already fixed it and now it's at a correct size of just ~4 KiB, leaving out any dependencies and polyfills that were previously part of the bundle. A new version will be released soon (a new minor version - 1.3.0). 👍
The text was updated successfully, but these errors were encountered:
When I created this component I had much less know-how on how to bundle a library correctly. As a result, this very small component, which doesn't have any dependencies other than a single utility of Lodash, has reached a mind-boggling and completely unjustified size of
77.8 KiB
. No responsible developer should consume it while it's as big as that. The good news is that I already fixed it and now it's at a correct size of just~4 KiB
, leaving out any dependencies and polyfills that were previously part of the bundle. A new version will be released soon (a new minor version -1.3.0
). 👍The text was updated successfully, but these errors were encountered: