Closed as not planned
Description
Please reduce the required (production) dependencies of ngxtension. (This is somehow related to #156)
Reason:
Currently ngxtension requires nx
, @nx/devkit
and ts-morph
as production dependencies. These packages are enormous and blow up the transitive dependencies in projects using ngxtension. Also, because of this, security scans (like Blackduck) currently see Nx and its dependencies as production code, which causes problems in our use case.
I cannot see a reason why these dependencies cannot be declared as devDependencies instead.
Thanks for this great library!
Metadata
Assignees
Labels
No labels