Skip to content

Commit f5c046d

Browse files
1 parent 6049b65 commit f5c046d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/frontend/ember-cli-build.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ module.exports = async function (defaults) {
1515
// fingerprint: {
1616
// extensions: broccoliAssetRevDefaults.extensions.concat(['webmanifest', 'svg']),
1717
// },
18-
// emberData: {
19-
// compatWith: '5.2',
20-
// },
18+
emberData: {
19+
deprecations: {
20+
DEPRECATE_STORE_EXTENDS_EMBER_OBJECT: false,
21+
},
22+
},
2123

2224
hinting: isTestBuild,
2325
babel: {

0 commit comments

Comments
 (0)