Bundle Analyze banner
fatihkan fatihkan

Bundle Analyze

Development community

Description

Bundle size + framework detection + largest assets + heavy-dependency warnings. # Required Tools - Bash (badi dev bundle) # Procedure ### Step 1: Build ```bash npm run build ``` ### Step 2: Analyze ```bash badi dev bundle ``` ### Step 3: What Is Shown - **Framework detection**: Next.js, Vite, Webpack, Expo - **Build output**: dist/, build/, .next/, out/, web-build/ - **Total size**: in MB - **10 largest assets**: JS, MJS, CSS - **Heavy dependencies**: moment, lodash, axios, jquery — altern

Installation

Installs to ~/.claude/commands/fatihkan-badi-bundle-analyze.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/fatihkan/badi/HEAD/.claude/commands/bundle-analyze.md -o ~/.claude/commands/fatihkan-badi-bundle-analyze.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository