Skip to content

Commit 09fdb3c

Browse files
committed
Disable non-enabled features
1 parent 6dbd66e commit 09fdb3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@ember/canary-features/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import { ENV } from '@ember/-internals/environment';
1212
*/
1313

1414
export const DEFAULT_FEATURES = {
15-
EMBER_LIBRARIES_ISREGISTERED: null,
16-
EMBER_IMPROVED_INSTRUMENTATION: null,
15+
EMBER_LIBRARIES_ISREGISTERED: false,
16+
EMBER_IMPROVED_INSTRUMENTATION: false,
1717
EMBER_UNIQUE_ID_HELPER: true,
1818
EMBER_DEFAULT_HELPER_MANAGER: true,
1919
};

0 commit comments

Comments
 (0)