git404hub

what is webpack-bundle-analyzer fr?

patrickjs/webpack-bundle-analyzer — explained in plain English

Analysis updated 2026-07-18 · repo last pushed 2017-02-08

JavaScriptAudience · developerComplexity · 2/5DormantSetup · easy

tl;dr

An interactive treemap tool that visualizes what's inside your JavaScript bundle, so you can spot bloat and shrink your site's load time.

vibe map

mindmap
  root((repo))
    What it does
      Visualizes bundle contents
      Interactive treemap view
      Works on minified code
    Tech stack
      JavaScript
      Webpack plugin
      CLI tool
      HTML report
    Use cases
      Find bundle bloat
      Spot duplicate deps
      Speed up load times
    Audience
      Frontend developers
      Product managers
    Usage
      Add as webpack plugin
      Run on stats file
      Share HTML report

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Add the plugin to a webpack config to get an automatic bundle-size report on every build.

VIBE 2

Run the CLI tool on an existing stats file to inspect a bundle without rebuilding.

VIBE 3

Spot unused libraries or duplicate dependencies that are bloating a site's JavaScript.

VIBE 4

Share a standalone HTML treemap report with a team to justify optimization work.

what's the stack?

JavaScriptWebpack

how it stacks up fr

patrickjs/webpack-bundle-analyzer3rd-eden/ircb.ioa15n/a15n
LanguageJavaScriptJavaScriptJavaScript
Last pushed2017-02-082016-11-162019-04-07
MaintenanceDormantDormantDormant
Setup difficultyeasyeasyeasy
Complexity2/52/52/5
Audiencedeveloperdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

prompts (copy fr)

prompt 1
Show me how to add webpack-bundle-analyzer as a plugin to my webpack config.
prompt 2
Explain how to run this tool on an existing webpack stats.json file without rebuilding my project.
prompt 3
Help me interpret the treemap output to find which dependency is bloating my bundle the most.
prompt 4
Walk me through generating a standalone HTML report I can share with my team.
prompt 5
Show me how this tool works on minified bundles versus regular development builds.

Frequently asked questions

what is webpack-bundle-analyzer fr?

An interactive treemap tool that visualizes what's inside your JavaScript bundle, so you can spot bloat and shrink your site's load time.

What language is webpack-bundle-analyzer written in?

Mainly JavaScript. The stack also includes JavaScript, Webpack.

Is webpack-bundle-analyzer actively maintained?

Dormant — no commits in 2+ years (last push 2017-02-08).

How hard is webpack-bundle-analyzer to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is webpack-bundle-analyzer for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.