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
{{ message }}
This repository was archived by the owner on Jul 10, 2018. It is now read-only.
It would be great to have an indication of package size when browsing npm to select a package.
Sometimes a feature can be achieved in a few kb, but you end up with a huge package that goes unused.
One particularly bad example is the jQuery-UI package which comes in at 16mb, and I didn't realise till I was looking through the folder to import just the component I needed. (They bundle many, many versions of jQuery in the package for some stupid reason)