Skip to content

Commit 3867178

Browse files
add back deprecated emberData config so site loads
1 parent 233102e commit 3867178

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

packages/frontend/ember-cli-build.js

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ module.exports = async function (defaults) {
1616
// extensions: broccoliAssetRevDefaults.extensions.concat(['webmanifest', 'svg']),
1717
// },
1818

19+
emberData: {
20+
deprecations: {
21+
DEPRECATE_STORE_EXTENDS_EMBER_OBJECT: false,
22+
},
23+
},
1924
hinting: isTestBuild,
2025
babel: {
2126
plugins: [
@@ -73,10 +78,11 @@ module.exports = async function (defaults) {
7378

7479
const { setConfig } = await import('@warp-drive/build-config');
7580
setConfig(app, __dirname, {
76-
compatWith: '5.2',
77-
deprecations: {
78-
DEPRECATE_STORE_EXTENDS_EMBER_OBJECT: false,
79-
},
81+
// compatWith: '5.2',
82+
// deprecations: {
83+
// DEPRECATE_STORE_EXTENDS_EMBER_OBJECT: false,
84+
// },
85+
___legacy_support: true,
8086
});
8187

8288
const embroiderOptions = {

0 commit comments

Comments
 (0)