Solved Do we need "all dependencies" vs. only "direct dependencies"?

sdb

Member
Joined
Sep 4, 2025
Messages
32
Reactions
5
When viewing packages in BrowserAssist, I see "Direct Dependencies" and "All dependencies". Should I aim to fill in the latter, or is former enough? Trying to not clutter my folder too much and would prefer the former if not an issue - any insight would be appreciated. Thank you.
 
Solution
It is not enough : )
Unless you know exactly if a dependency does not need the sub-dependency, it's highly likely you will need them if you load the content from that specific dependency at some point.

But this is a situation you can test yourself. No one here can tell you what you wanna keep or what you don't wanna keep. Test the direct, if buggy, then grab all.
It is not enough : )
Unless you know exactly if a dependency does not need the sub-dependency, it's highly likely you will need them if you load the content from that specific dependency at some point.

But this is a situation you can test yourself. No one here can tell you what you wanna keep or what you don't wanna keep. Test the direct, if buggy, then grab all.
 
Upvote 0
Solution
Back
Top Bottom