Skip to content

Commit

Permalink
Disable non-enabled features
Browse files Browse the repository at this point in the history
  • Loading branch information
kategengler committed Mar 24, 2022
1 parent 0e2f7e2 commit ba3bc06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@ember/canary-features/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import { ENV } from '@ember/-internals/environment';
*/

export const DEFAULT_FEATURES = {
EMBER_LIBRARIES_ISREGISTERED: null,
EMBER_IMPROVED_INSTRUMENTATION: null,
EMBER_LIBRARIES_ISREGISTERED: false,
EMBER_IMPROVED_INSTRUMENTATION: false,
EMBER_UNIQUE_ID_HELPER: true,
};

Expand Down

0 comments on commit ba3bc06

Please sign in to comment.