github / webpack-bundlesize-compare-action

A github action that outputs bundlesize comparison tables for pull requests
MIT License
78 stars 19 forks source link

Add `describe-assets` option #459

Closed mariaines closed 4 months ago

mariaines commented 1 year ago

My repo has thousands of assets that makes the 'Unchanged' section really unwieldy (especially in emails where they are not collapsed). This PR adds a describe-assets option to opt-out of showing unchanged assets (changed-only) or all asset info (none) (useful if you have hashed chunks)

mariaines commented 1 year ago

@camchenry sorry for the long delay, I went out of the country :) thank you for the review!

mariaines commented 4 months ago

Thanks for reminding me of this @mattcosta7 ! Merged from main and ran npm run all, would love to get this in

mattcosta7 commented 4 months ago

Thanks for reminding me of this @mattcosta7 ! Merged from main and ran npm run all, would love to get this in

thank you for this - I pulled these changes into https://github.com/github/webpack-bundlesize-compare-action/pull/563 and updated the workflows there. Will get 👍 on this and get it landed soon!

mattcosta7 commented 4 months ago

this is shipped in https://github.com/github/webpack-bundlesize-compare-action/releases/tag/v2.1.0