IjzerenHein / react-native-bundle-visualizer

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

What does [unmapped] represent? #24

Open safaiyeh opened 4 years ago

IjzerenHein commented 4 years ago

Good question :) I honestly don't know. I've posted a question in the source-map-explorer repo, perhaps someone can shed some more light on this. https://github.com/danvk/source-map-explorer/issues/151

FE-Sadhu commented 2 years ago

I did an experiment. The conclusion of this experiment is that the unmapped resources include JSON files at least. After removing the JSON files,my unmapped resources' size decreased from 10.x M to 2.8 M. But the reason of 2.8 M , I didn't find out...

gentlecoder commented 12 months ago

I have the same question. And how can i reduce the unmapped resources' size?