Skip to content

Commit 6c88889

Browse files
committed
ember-data: Address DEPRECATE_STORE_EXTENDS_EMBER_OBJECT deprecation
We don't need the `Store` to extend `EmberObject` (anymore?), so we can disable the corresponding behavior.
1 parent cd79e7c commit 6c88889

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ember-cli-build.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@ module.exports = function (defaults) {
6767
],
6868
},
6969
},
70+
71+
emberData: {
72+
deprecations: {
73+
DEPRECATE_STORE_EXTENDS_EMBER_OBJECT: false,
74+
},
75+
},
76+
7077
fingerprint: {
7178
extensions: ['js', 'css', 'png', 'jpg', 'gif', 'map', 'svg', 'ttf', 'woff', 'woff2'],
7279
},

0 commit comments

Comments
 (0)