You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing issue that is already proposing this?
I have searched the existing issues
Is your feature request related to a problem? Please describe it
Hi folks,
PR #1045 introduces a dependency to @fig/complete-commander, which pulls in prettier as a hard dependency. As of 3.12.5, prettier consumes 8.2 MiB spaces in prod builds, making depending on nest-commander much heavier than it should be.
Can we make it an optional dependency? Thanks a lot.
Describe the solution you'd like
Make @fig/complete-commander an optional dependency.
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
Hi folks,
PR #1045 introduces a dependency to @fig/complete-commander, which pulls in prettier as a hard dependency. As of 3.12.5, prettier consumes 8.2 MiB spaces in prod builds, making depending on nest-commander much heavier than it should be.
Can we make it an optional dependency? Thanks a lot.
Describe the solution you'd like
Make @fig/complete-commander an optional dependency.
Teachability, documentation, adoption, migration strategy
No response
What is the motivation / use case for changing the behavior?
Reduce transitive closure of this package smaller.
The text was updated successfully, but these errors were encountered: