webpack/webpack-bundle-analyzer

Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 13 minutes ago
Added to GitGenius on September 4th, 2026
Created on October 26th, 2016
Open Issues & Pull Requests: 27 (+0)
GitHub issues: Enabled
Number of forks: 514
Total Stargazers: 12,658 (+0)
Total Subscribers: 86 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 17.6 hours
Mean response time: 88.8 days
90th percentile: 80.5 days
Tracked items: 28

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 5% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 8
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,085 days
Stale 30+ days: 5
Stale 90+ days: 4

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • flag: Community help wanted (9)
  • Status: Ready for PR (8)
  • good first issue (6)
  • type: Bug (5)
  • type: Documentation (3)
  • status: Needs triage (2)
  • Type: Discussion (1)
  • flag: Has reproduction case (1)

Detailed Description

Webpack Bundle Analyzer is a webpack plugin and CLI utility that visualizes bundle content as an interactive zoomable treemap.

The tool addresses the challenge of understanding what code actually comprises your webpack bundles and why they are the size they are. It works by parsing your bundle output and rendering an interactive treemap visualization where each block represents a module, sized proportionally to its contribution to the overall bundle. This visual representation makes it immediately apparent which modules consume the most space and helps identify code that may have been included unintentionally.

Developers should adopt this tool if they need visibility into bundle composition and want to identify optimization opportunities. It is particularly valuable for projects where bundle size matters—whether for performance reasons or to catch unexpected dependencies. The tool's ability to parse minified bundles and display real module sizes, along with gzipped, Brotli, and Zstandard compression estimates, makes it useful across different deployment scenarios. The interactive nature of the treemap allows developers to zoom into specific areas and explore the bundle hierarchy in detail.

The project maintains active engagement with its codebase, accepting contributions and responding to issues. Development activity shows consistent attention to bug fixes and feature requests from users. The tool continues to evolve in response to community needs while maintaining compatibility with webpack's ecosystem.