# chrisbateman/webpack-visualizer

Visualize your Webpack bundle

Repository: https://github.com/chrisbateman/webpack-visualizer
Canonical: https://ross.abutalabs.com/products/webpack-visualizer
Homepage: http://chrisbateman.github.io/webpack-visualizer/
Language: JavaScript
License: MIT
License Family: permissive
Topics: webpack, webpack-plugin
Last push: 2023-10-11T20:29:28+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3987, "days_push": 1057, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1686, forks 96 (observed 2026-08-28T04:05:22.136847+00:00)

## What it is
A Webpack plugin and browser-based site that visualizes Webpack bundle contents as a treemap, showing which modules take up space and which may be duplicates. It can be used by uploading a stats JSON file to the hosted site (data stays in the browser) or by adding the plugin to a Webpack config to emit a stats.html file.

## Use cases
- analyze which modules are bloating my webpack bundle
- find duplicate modules in a webpack build
- visualize bundle size breakdown as a treemap
- generate a stats.html report from webpack build
- see what's taking up space in my javascript bundle
- inspect webpack stats  offline in the browser

## When to choose
- you use Webpack and want a quick visual breakdown of bundle composition
- you want a client-side tool that never uploads your stats data
- you want an automated stats.html artifact generated on each build

## When to avoid
- you use a modern bundler like Vite, Rollup, or esbuild instead of Webpack
- you need actively maintained tooling with recent feature development
- you need CI-friendly machine-readable bundle reports rather than a visual treemap

## Facets
- artifact type: plugin
- maturity: maintenance
- function: data-visualization, developer-tools, build-tool
- domain: developer-tools, web-development, frontend, analytics
- platform: cli
- tags: webpack, bundle-analysis, visualization, treemap, javascript, nodejs, web

## Member repositories
- chrisbateman/webpack-visualizer (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:22.136847+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:38:56.126258+00:00, confidence not recorded.
  - readme: https://github.com/chrisbateman/webpack-visualizer (fetched 2026-08-28T04:05:22.136847+00:00, sha dc2c9f7215f8)
  - homepage: http://chrisbateman.github.io/webpack-visualizer/ (fetched 2026-08-29T11:14:05.041805+00:00, sha 89fc10f1113a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
