robertknight / webpack-bundle-size-analyzer

A tool for finding out what contributes to the size of Webpack bundles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support scoped modules

PatrickJS opened this issue · comments

can you allow scope modules for example @angular is being grouped together as one module

@angular/core
@angular/common

I'd be happy to see something like this. One possible implementation would be to create a fake @scope module which has the actual modules under that scope as "dependencies".