support scoped modules
PatrickJS opened this issue · comments
PatrickJS commented
can you allow scope modules for example @angular is being grouped together as one module
@angular/core
@angular/common
Robert Knight commented
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".