-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Collect gzip info in bundler plugins #145
feat: Collect gzip info in bundler plugins #145
Conversation
…and build for more output formats
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
📢 Thoughts on this report? Let us know! |
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. Additional details and impacted files
☔ View full report in Codecov by Sentry. |
Bundle ReportChanges will decrease total bundle size by 588.63kB ⬇️
|
Bundle ReportChanges will increase total bundle size by 2.15kB ⬆️
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
packages/rollup-plugin/src/rollup-bundle-analysis/rollupBundleAnalysisPlugin.ts
Outdated
Show resolved
Hide resolved
packages/vite-plugin/src/vite-bundle-analysis/viteBundleAnalysisPlugin.ts
Outdated
Show resolved
Hide resolved
… and use new createAsset func
…ll and use new createAsset func
Description
This PR adds in support for directly collect gzip values from a set of specific asset types.
Closes codecov/engineering-team#1820
Notable Changes
Asset
type to includegzipSize
field2