We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6049b65 commit f5c046dCopy full SHA for f5c046d
packages/frontend/ember-cli-build.js
@@ -15,9 +15,11 @@ module.exports = async function (defaults) {
15
// fingerprint: {
16
// extensions: broccoliAssetRevDefaults.extensions.concat(['webmanifest', 'svg']),
17
// },
18
- // emberData: {
19
- // compatWith: '5.2',
20
- // },
+ emberData: {
+ deprecations: {
+ DEPRECATE_STORE_EXTENDS_EMBER_OBJECT: false,
21
+ },
22
23
24
hinting: isTestBuild,
25
babel: {
0 commit comments