Skip to content

Commit

Permalink
Merge pull request #18066 from rwjblue/disable-module-unification
Browse files Browse the repository at this point in the history
[FEATURE EMBER_MODULE_UNIFICATION] Disable.
  • Loading branch information
rwjblue authored May 30, 2019
2 parents 99c7322 + c728041 commit 0abb67e
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 @@ -15,7 +15,7 @@ import { assign } from '@ember/polyfills';
export const DEFAULT_FEATURES = {
EMBER_LIBRARIES_ISREGISTERED: null,
EMBER_IMPROVED_INSTRUMENTATION: null,
EMBER_MODULE_UNIFICATION: null,
EMBER_MODULE_UNIFICATION: false,
EMBER_METAL_TRACKED_PROPERTIES: null,
EMBER_GLIMMER_FORWARD_MODIFIERS_WITH_SPLATTRIBUTES: true,
EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS: true,
Expand Down

0 comments on commit 0abb67e

Please sign in to comment.