Skip to content

Commit 94a1b13

Browse files
committed
Resolves store extending EmberObject deprecation
1 parent 441d802 commit 94a1b13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test-app/ember-cli-build.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ module.exports = function (defaults) {
1515
watching: ['ember-pouch'],
1616
}),
1717
},
18+
emberData: {
19+
deprecations: {
20+
DEPRECATE_STORE_EXTENDS_EMBER_OBJECT: false,
21+
}
22+
},
1823
});
1924

2025
return maybeEmbroider(app);

0 commit comments

Comments
 (0)