-
Notifications
You must be signed in to change notification settings - Fork 24
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
File sizes before and after minification #31
Comments
makes sense. |
Can we opt out of minification in this case? I'm currently using rollup-plugin-filesize@2 because I'm already doing minification myself and need just original and gzipped size. |
@bisubus you can set |
Note that the new merges, do something somewhat different. The new merges (with I think this issue wanted to see how much the current size of source is being shaved down. I got confused by this myself when I saw this issue. I plan to prepare another PR now, @ritz078 , to document |
Did you want to reopen this then, @ritz078 ? |
Was just thinking... If the new And all reporters (including the default) could be configured on what info to show--e.g., showing or not showing the sizes (or diffs) when the current config was set to be a minified build. |
If it's ok, I'd like to submit a PR (as I may get a chance) which replaces I think this would also be more in line with the terminology used in nyc, mocha, etc. |
It would be great if filesize could show file sizes before and after minification (uglify, terser) and the percent points of compression as well.
The text was updated successfully, but these errors were encountered: