Skip to content

Bundle Size Analysis (source‑map‑explorer, webpack‑bundle‑analyzer)

Install source-map-explorer:

Terminal window
npm install source-map-explorer --save-dev

Analyze:

Terminal window
npx source-map-explorer dist/my-app/main.\*.js

Explanation:

  • Helps detect unused libraries
  • Guides optimization efforts