Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 373 Bytes

analyzing-dependencies.md

File metadata and controls

12 lines (9 loc) · 373 Bytes

Analyzing Bundles

Soya Next uses webpack-bundle-analyzer to analyze which modules are bundled into and bloated your app.

To perform bundle analysis, run the following:

BUNDLE_ANALYZE=both soya-next-scripts build
BUNDLE_ANALYZE=browser soya-next-scripts build
BUNDLE_ANALYZE=server soya-next-scripts build