danvk / source-map-explorer

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

Add link to bundle-wizard #164

Closed aholachek closed 4 years ago

aholachek commented 4 years ago

Hi,

I made a tool that that uses puppeteer to download js files, sourcemaps and coverage, before passing them into source-map-explorer.

It also shows a custom visualization, and part of my motivation in making this was to make the visualization more to my liking, but I see that with prs like this one you're working on improving the visualization too.

It definitely suffers from the slowdown noted in this issue so will probably be more helpful as a tool whenever that is resolved.

No worries if this is not the type of thing you want to link in the readme!

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 96.649% when pulling 489b39117cf98f01b0e85da4dc7ece26e1da9a61 on aholachek:add-bundle-wizard-to-readme into 1e03086ecd1418f2d7e7b5731276e175507c8d8e on danvk:master.

nikolay-borzov commented 4 years ago

Thanks!