Skip to content

Commit 62fbb6c

Browse files
Merge pull request #323 from NullVoxPopuli-ai-agent/fix/min-supported-ember-owner-polyfill
Polyfill @ember/owner imports for min-supported scenario
2 parents f231990 + 3d044e1 commit 62fbb6c

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

pnpm-lock.yaml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-app/babel.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export default {
5454
flags: [{ source: '@glimmer/env', flags: { DEBUG: true } }],
5555
},
5656
],
57+
'babel-plugin-ember-polyfill-get-and-set-owner-from-ember-owner',
5758
]
5859
: []),
5960
],

test-app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"@babel/plugin-transform-runtime": "^7.29.0",
3737
"@babel/plugin-transform-typescript": "^7.28.6",
3838
"babel-plugin-debug-macros": "^0.3.4",
39+
"babel-plugin-ember-polyfill-get-and-set-owner-from-ember-owner": "^1.0.4",
3940
"@ember/string": "^4.0.1",
4041
"@ember/test-helpers": "^5.4.1",
4142
"@embroider/core": "^4.4.7",

0 commit comments

Comments
 (0)