Class CanaryFeatureFlags
public
Defined in:
../build-config/src/canary-features.ts:76
This is the current list of features used at build time for canary releases. If empty there are no features currently gated by feature flags.
The valid values are:
true
| The feature is enabled at all times, and cannot be disabled.false
| The feature is disabled at all times, and cannot be enabled.null
| The feature is disabled by default, but can be enabled via configuration.