ngx-builders / source-map-analyzer

typescript, builder
https://www.npmjs.com/package/@ngx-builders/analyze
MIT License
90 stars 12 forks source link

Allow user analyze all bundles #41

Closed DmitryEfimenko closed 4 years ago

DmitryEfimenko commented 4 years ago

Currently, there's a selector that asks which bundle needs to be analyzed. Usually, I prefer to analyze all bundles at the same time since this gives me a good big picture. From there I can always drill down. I achieve it by using the following command:

source-map-explorer dist/web/*es2015.js

I think the very first option in the list of bundles should be exactly that: *es2015.js

What do you think?

santoshyadavdev commented 4 years ago

Yes sound great, Would you like to open a PR 😊.