danvk / source-map-explorer

Analyze and debug space usage through source maps
Apache License 2.0
3.83k stars 101 forks source link

Inspect compiled sources of selected file. #132

Open mixtur opened 5 years ago

mixtur commented 5 years ago

Is your feature request related to a problem? Please describe. When trying to investigate why specific file takes specific amount of space it would be very helpful to see its compiled contents. If I could do so I could make further optimization steps, like avoid some patterns, or change babel settings, or see if it is actually not minimized for some reason, or not optmal in some other way. And take action based on that information.

Describe the solution you'd like I would like to be able to see compiled (and may be original) content of file picked in the tree. In a popup or sidebar.