angular-plugin-architecture
angular-plugin-architecture copied to clipboard
Shared dependencies
My shared library has a lot of dependencies so when it is build, all dependencies are included. OK.
But when i build my plugin that has only a dependency to my shared module, all subdependecies of shared are also included in my plugin. So my plugin reach more or less the same size of shared.
How avoid this?