shellscape / webpack-nano

A teensy, squeaky 🐤 clean Webpack CLI
Mozilla Public License 2.0
236 stars 5 forks source link

Package size :) #16

Open pavelloz opened 5 years ago

pavelloz commented 5 years ago

If you wanted to increase the gap between webpack-cli and webpack-nano in size, it looks like ~50% of the package size is license file, which probably could be slimmed down :)

image
shellscape commented 5 years ago

Thanks! As a matter of practice I always include the license file. (Especially after a little incident with a webpack core team member copying, renaming, and relicensing my work a while back) MPL-2.0 is unfortunately a larger document than MIT 😄

pavelloz commented 5 years ago

Well, there is also minifying as a last resort in optimizing package size :D I never did it but maybe its worth exploring :)

PS. I dont think it matters, since all the other packages in usual projects reach easily 200MB+, but i just saw that you are proud of tiny size, so just proposing - maybe a good excercise :-)

bebraw commented 4 years ago

Let's close? 😄

shellscape commented 4 years ago

I've been thinking about using Rollup to bundle and I'd like to track that on this issue.

bebraw commented 4 years ago

Ah, cool. Let's keep this open then.