github / webpack-bundlesize-compare-action

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

Show diff of initial chunks (in addition to total) #460

Open mariaines opened 1 year ago

mariaines commented 1 year ago

It'd be useful to see the change in the total initial bundle size (sum of all initial chunks) in addition to the total bundle. Webpack provides this per chunk with the initial boolean field. I might take a stab at this :)