This makes source-map-explorer really useful for situations where you are doing bundle splitting.
A simple version would just plot all the bundles next to each other on the toplevel. The cli tool would just have to support multiple JS files.
A more advanced version would visualise the files which are in multiple bundles. A possibility would be to show a number representing in how many bundles the files is. A hover could highlight the files in all its bundles.
This makes source-map-explorer really useful for situations where you are doing bundle splitting.
A simple version would just plot all the bundles next to each other on the toplevel. The cli tool would just have to support multiple JS files.
A more advanced version would visualise the files which are in multiple bundles. A possibility would be to show a number representing in how many bundles the files is. A hover could highlight the files in all its bundles.