danvk / source-map-explorer

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

Browser plugin #16

Open dylang opened 9 years ago

dylang commented 9 years ago

Would be fun to run on sites to peak at their bundles.

danvk commented 9 years ago

Nice idea!

thany commented 8 years ago

Do sites generally publish their sourcemaps on production? I feel we shouldn't, but who knows.

richarddavenport commented 7 years ago

Source maps don't get pulled down by the browser, if they're in a separate file, until you open the dev tools. So, hopefully everyone is using source maps in production. I would love to see this in a chrome extension!