Skip to content

Commit

Permalink
[FEATURE glimmer-custom-component-manager] Enable by default.
Browse files Browse the repository at this point in the history
Discussed in todays core team meeting: 👍
  • Loading branch information
rwjblue committed Jun 22, 2018
1 parent 8dba59c commit dc48b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/canary-features/index.ts
Expand Up @@ -12,7 +12,7 @@ export const DEFAULT_FEATURES = {
EMBER_ROUTING_ROUTER_SERVICE: true,
EMBER_ENGINES_MOUNT_PARAMS: true,
EMBER_MODULE_UNIFICATION: null,
GLIMMER_CUSTOM_COMPONENT_MANAGER: null,
GLIMMER_CUSTOM_COMPONENT_MANAGER: true,
EMBER_TEMPLATE_BLOCK_LET_HELPER: true,
EMBER_METAL_TRACKED_PROPERTIES: null,
EMBER_GLIMMER_ANGLE_BRACKET_INVOCATION: true,
Expand Down

0 comments on commit dc48b07

Please sign in to comment.