question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature 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:closed
  • Created 3 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

4reactions
deanshubcommented, Dec 10, 2020

This is how it looks like image 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

1reaction
kebotcommented, Nov 21, 2022

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found