Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 490 Bytes

WebpackBundleAnalyzerGuide.md

File metadata and controls

20 lines (15 loc) · 490 Bytes

Webpack Bundle Analyzer Guide

Visualize size of webpack output files with an interactive zoomable treemap.


Output

Create an interactive treemap visualization of the contents of all your bundles. Webpack Visualization

How To

  1. Navigate to your project root directory
  2. Then run:
NODE_ENV=production gluestick build -S
mv build/webpack-stats-client.json build/assets
cd build
npx webpack-bundle-analyzer assets/webpack-stats-client.json