egoist / package-size

Get the bundle size of an npm package.
MIT License
425 stars 26 forks source link

Optionally bundle the package #16

Open egoist opened 6 years ago

egoist commented 6 years ago

I think we should not bundle the package by default using webpack, it would be nice to show the install size of a package by default and optionally show bundle size when there's --bundle flag.

styfle commented 6 years ago

Related #15