Replies: 1 comment
-
@freed00m Well, they are used with the schematics. Maybe the projects need to be restructured or rethought about where the schematics and their dependencies should be placed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am trying to analyze my dependency tree, and notice that transloco lists many tools as dependencies yet they are not part of the build output.
Tools such as
glob
,fs-extra
,ora
and others.It's odd to me because most of frontend javascript libraries never depends on node tools but rather list them in devDependcies.
In corporate environment there is often need to analyze codebase dependencies to create sboms.
We can always hardcode some exceptions but I am still interested why this is?
Beta Was this translation helpful? Give feedback.
All reactions