IjzerenHein / react-native-bundle-visualizer

See what packages are increasing your react-native bundle size 📦
MIT License
1.46k stars 44 forks source link

Mapping whole computer #35

Open gabimoncha opened 4 years ago

gabimoncha commented 4 years ago

I've used yarn run react-native-bundle-visualizer inside the project's folder, but it logged the entire computer.

Screenshot 2020-09-03 at 19 13 04
voxspox commented 3 years ago

+1 same behaviour here. Where is the unmapped part coming from?

dogabudak commented 3 years ago

+1 Same here, and is this tool actually giving me the true bundle size, or just downloaded node_module sizes. Because I remove some of the unused packages before i build the the App but they are actually still under node_modules but that doesn't mean that is my actual bundle size after compile. This is kinda miss leading if that is the case ?