Currently, to conditionally do something, you have virtually 2 choices.
1.
if (disabledFeature) return;
- IMixinConfigPlugin. This is powerful, although slightly harder to use.
I think the mixin JSON could be extended to allow a condition to be passed next to the applicable mixin.