danvk / source-map-explorer

Analyze and debug space usage through source maps
Apache License 2.0
3.82k stars 100 forks source link

What does "no source" mean? #152

Closed drxcheng closed 4 years ago

drxcheng commented 4 years ago

I have 40+k under "no source". What does that mean?

I recently upgrade my project's dependencies (mostly half year old) as well as source-map-explorer. I didn't see it before.

nikolay-borzov commented 4 years ago

https://github.com/danvk/source-map-explorer#what-might-contribute-to-a-generated-file-size

You can also load source map to source-map-visualization and look at mapping source (shown in title on hover)

drxcheng commented 4 years ago

thanks @nikolay-borzov