Skip to content

Conditionally apply mixins #68

@Pannoniae

Description

@Pannoniae

Currently, to conditionally do something, you have virtually 2 choices.
1.

if (disabledFeature) return;
  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions