-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package size :) #16
Comments
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 😄 |
Well, there is also minifying as a last resort in optimizing package size :D 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 :-) |
Let's close? 😄 |
I've been thinking about using Rollup to bundle and I'd like to track that on this issue. |
Ah, cool. Let's keep this open then. |
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 :)
The text was updated successfully, but these errors were encountered: