Disable only does that "disable component" so it is not included during the build to your image.
But unfortunately if your autoresolve dependencies is on then it will add new instance of this component to your build if some other
component need it.
So you should usually remove component from your build since this option is useless unless you want to quick test what would happen
if you remove some component without writing it down to paper. What I want to say is that you can use disabled component as a hint
what you have removed when your image stop working. So you can trace back your steps.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.