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

breaking: split devtools production feature flags #434

Merged
merged 1 commit into from Apr 7, 2021

Conversation

kazupon
Copy link
Member

@kazupon kazupon commented Apr 7, 2021

To provide experimental features for @intlify/devtools, feature flags have been separated as follows.

  • __VUE_I18N_PROD_DEVTOOLS__: enable/disable vue-devtools support in production, default: false
  • __INTLIFY_PROD_DEVTOOLS__: enable/disable @intlify/devtools support in production, default: false

Previously, __INTLIFY_PROD_DEVTOOLS__ setting flagged the use of both vue-devtools and @intlify/devtools in production.

In later v9.1, The feature flags for vue-devtools are now enabled/disabled by setting __VUE_I18N_PROD_DEVTOOLS__.

@kazupon kazupon added the Type: Breaking Includes backwards-incompatible fixes label Apr 7, 2021
To provide experimental features for `@intlify/devtools`, feature flags have been separated as follows.

- `__VUE_I18N_PROD_DEVTOOLS__`: enable/disable vue-devtools support in production, default: false
- `__INTLIFY_PROD_DEVTOOLS__`: enable/disable `@intlify/devtools` support in production, default: false

Previously, `__INTLIFY_PROD_DEVTOOLS__` setting flagged the use of both vue-devtools and `@intlify/devtools` in production.

In later v9.1, The feature flags for vue-devtools are now enabled/disabled by setting `__VUE_I18N_PROD_DEVTOOLS__`.
@kazupon kazupon merged commit 3c13abb into master Apr 7, 2021
@kazupon kazupon deleted the breacking/feature-flags branch April 7, 2021 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Breaking Includes backwards-incompatible fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant