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

Move plugin variant features behind experiment #517

Merged
merged 1 commit into from
Jul 11, 2018

Conversation

adamwathan
Copy link
Member

Similar to #516, this PR puts the new plugin variant features (added in #505) behind an experiment flag so early adopters can test it in the wild without us having to commit to the API or worry about semver and BC breaks.

To enable it, just add this to your config file:

module.exports = {
 // ...
  experiments: {
    pluginVariants: true,
  },
}

@adamwathan adamwathan merged commit ee6340a into master Jul 11, 2018
@adamwathan adamwathan deleted the variant-plugin-flag branch January 21, 2019 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant