Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 701 Bytes

WEBPACK-ANALYZE.md

File metadata and controls

17 lines (13 loc) · 701 Bytes

How do I analyze my webpack bundle contents

You can do one of the following:

  1. use the built in webpack-bundle-analyzer by adding the analyze option to the build command:
yoshi build --analyze
  1. upload the webpack-stats.prod.json file to a website:
  1. use the CLI with the webpack-stats.prod.json: try https://github.com/robertknight/webpack-bundle-size-analyzer

  2. Use the webpack bundle analyzer page: