Skip to content

Commit

Permalink
Merge pull request #8433 from ppcano/enable-ember-mu-feature
Browse files Browse the repository at this point in the history
MU blueprints: enable `EMBER_MODULE_UNIFICATION` feature flag
  • Loading branch information
rwjblue committed Feb 14, 2019
2 parents c4feb7b + e19995c commit 07a729a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -15,7 +15,7 @@ module.exports = function(environment) {
FEATURES: {
// Here you can enable experimental features on an ember canary build
// e.g. 'with-controller': true
'ember-module-unification': true
EMBER_MODULE_UNIFICATION: true
},
EXTEND_PROTOTYPES: {
// Prevent Ember Data from overriding Date.parse.
Expand Down
Expand Up @@ -15,7 +15,7 @@ module.exports = function(environment) {
FEATURES: {
// Here you can enable experimental features on an ember canary build
// e.g. 'with-controller': true
'ember-module-unification': true
EMBER_MODULE_UNIFICATION: true
},
EXTEND_PROTOTYPES: {
// Prevent Ember Data from overriding Date.parse.
Expand Down
Expand Up @@ -15,7 +15,7 @@ module.exports = function(environment) {
FEATURES: {
// Here you can enable experimental features on an ember canary build
// e.g. 'with-controller': true
'ember-module-unification': true
EMBER_MODULE_UNIFICATION: true
},
EXTEND_PROTOTYPES: {
// Prevent Ember Data from overriding Date.parse.
Expand Down

0 comments on commit 07a729a

Please sign in to comment.