Skip to content

Commit

Permalink
Merge pull request #17664 from emberjs/go-buildrouteinfometadata
Browse files Browse the repository at this point in the history
Enable EMBER_ROUTING_BUILD_ROUTEINFO_METADATA
  • Loading branch information
chadhietala authored Feb 25, 2019
2 parents fa783cf + 11a6828 commit 71d5ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/canary-features/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const DEFAULT_FEATURES = {
EMBER_METAL_TRACKED_PROPERTIES: null,
EMBER_GLIMMER_ANGLE_BRACKET_INVOCATION: true,
EMBER_GLIMMER_ARRAY_HELPER: true,
EMBER_ROUTING_BUILD_ROUTEINFO_METADATA: null,
EMBER_ROUTING_BUILD_ROUTEINFO_METADATA: true,
EMBER_NATIVE_DECORATOR_SUPPORT: null,
};

Expand Down

0 comments on commit 71d5ab3

Please sign in to comment.