danvk / source-map-explorer

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

Sort by bundle name and file name #171

Closed khanguy00 closed 4 years ago

khanguy00 commented 4 years ago

In HTML output, when we have the long list of bundles, the select box is just hard to find a bundle. Sorting them by name would be nice.

Also, if we can sort the file list of each bundle in JSON output, that would be awesome to me when I want to diff manually each build. I know that perhaps you guys plan to do a perfect diffing solution in #14, but I guess that will take time.

I will open a PR soon.