You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to figure out why my bundle is so huge, so I ran parcel build src/index.html --detailed-report, but this is the output:
✨ Built in 250ms
dist/index.html ⚠️ 1.07 MB 1.11s
└── src/index.html 951 B 117ms
./dist/index.html
The html references one script tag, which imports various things from node_modules. I'd like to see which modules end up in the bundle, and how much from each was tree-shaken. How do I get that information?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to figure out why my bundle is so huge, so I ran
parcel build src/index.html --detailed-report
, but this is the output:The html references one script tag, which imports various things from node_modules. I'd like to see which modules end up in the bundle, and how much from each was tree-shaken. How do I get that information?
Beta Was this translation helpful? Give feedback.
All reactions