Webpack Split Chunks Analyzer

JSON →
library 0.3.2 ·javascript
verified Jun 4, 2026

webpack-split-chunks-analyzer is a webpack plugin (v0.3.2) that helps developers debug how their application is dynamically loaded by webpack, specifically focusing on split chunks behavior. It visualizes and reports chunk splitting decisions, making it easier to understand and optimize bundle splitting. The package requires webpack 5 and Node >=18, ships TypeScript types, and is released on npm with an active development cadence. Key differentiators: provides a dedicated granular view of split chunks rather than generic bundle analysis, supports real-time visualization during development, and integrates directly into the webpack build pipeline.