From e19995cfc4400e41d54cd0771ab4382522a93dd1 Mon Sep 17 00:00:00 2001 From: Pepe Cano <825430+ppcano@users.noreply.github.com> Date: Thu, 14 Feb 2019 14:18:36 +0100 Subject: [PATCH] MU blueprints: enable `EMBER_MODULE_UNIFICATION` feature flag --- blueprints/module-unification-app/files/config/environment.js | 2 +- .../npm/tests/dummy/config/environment.js | 2 +- .../yarn/tests/dummy/config/environment.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blueprints/module-unification-app/files/config/environment.js b/blueprints/module-unification-app/files/config/environment.js index 2c1ef03933..95ed4dbf7f 100644 --- a/blueprints/module-unification-app/files/config/environment.js +++ b/blueprints/module-unification-app/files/config/environment.js @@ -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. diff --git a/tests/fixtures/module-unification-addon/npm/tests/dummy/config/environment.js b/tests/fixtures/module-unification-addon/npm/tests/dummy/config/environment.js index 2f52c7655e..d7c3b425ad 100644 --- a/tests/fixtures/module-unification-addon/npm/tests/dummy/config/environment.js +++ b/tests/fixtures/module-unification-addon/npm/tests/dummy/config/environment.js @@ -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. diff --git a/tests/fixtures/module-unification-addon/yarn/tests/dummy/config/environment.js b/tests/fixtures/module-unification-addon/yarn/tests/dummy/config/environment.js index 2f52c7655e..d7c3b425ad 100644 --- a/tests/fixtures/module-unification-addon/yarn/tests/dummy/config/environment.js +++ b/tests/fixtures/module-unification-addon/yarn/tests/dummy/config/environment.js @@ -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.