Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scope information to potentially unused dependencies #5

Closed
henrikplate opened this issue Apr 22, 2020 · 2 comments
Closed

Add scope information to potentially unused dependencies #5

henrikplate opened this issue Apr 22, 2020 · 2 comments
Labels
feature New feature request

Comments

@henrikplate
Copy link

Great idea, thank you (again).

It would be very helpful to see the scope of unused dependencies, or maybe exclude certain scopes from the analysis. IMO, debloating is particularly useful for those scopes needed at runtime.

@bbaudry
Copy link
Member

bbaudry commented May 7, 2020

+1 for the exclusion of certain scopes from the analysis

@cesarsotovalero
Copy link
Collaborator

Thanks, @henrikplate, we have added scope information of each dependency to the report.

We also added a parameter to the plugin that allows excluding dependencies with particular scopes from the Depclean analysis. This way, the users have the option of removing unused dependencies that are only needed at runtime, if they want to.

@cesarsotovalero cesarsotovalero added the feature New feature request label May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request
Projects
None yet
Development

No branches or pull requests

3 participants