Bundle diff view
See original GitHub issueFeature Suggestion
Bundle diff view
I implemented a diff view on top of webpack-bundle-analyzer
which helped us a lot and was thinking you might be interested in a PR that allows this within the package.
Technical info
Basically allow the analyzer to receive 2 stats files and show just the diff between them. Other suggestions are welcome.
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
smikula/webpack-bundle-diff - GitHub
Webpack-bundle-diff is a tool for understanding changes to your webpack bundles. Because a single import can cause a whole tree of downstream dependencies ......
Read more >bundle-diff | React Native Developer Tools
A simple tool for diffing two bundles. Useful for getting an overview of which files are included in one bundle but not the...
Read more >Generating Diffs for Modified GitRepos - Rancher Fleet
The user can view the Bundles, and the associated diff needed in the Bundle status. In our case the differences detected are as...
Read more >webpack-bundle-diff - npm
webpack-bundle-diff. TypeScript icon, indicating that this package has built-in type declarations. 1.2.4 • Public • Published a month ago.
Read more >git-bundle Documentation - Git
There's no corresponding "write" support, i.e.a git push into a bundle is not supported. See the "EXAMPLES" section below for examples of how...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is how it looks like
where the arrows (🔺🔻) indicate increase\ decrease in size of existing groups\ entries,
the 🆕 means a new file added to the bundle
and the ❎ means this file was removed from the bundle
For people who wants a diff view maybe checkout bundle stats, it does the same thing but with a table view -> https://github.com/relative-ci/bundle-stats