Skip to content

Commit 796955e

Browse files
committed
try to use older @embroider/macros version
1 parent 49b732a commit 796955e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/ember-try.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ module.exports = async function () {
112112
devDependencies: {
113113
'ember-bootstrap': '^4.9.0',
114114
},
115+
resolutions: {
116+
'@embroider/macros': '^0.50.2',
117+
},
115118
},
116119
},
117120
{
@@ -121,7 +124,7 @@ module.exports = async function () {
121124
'ember-power-select': '^4.1.7',
122125
},
123126
resolutions: {
124-
'@embroider/macros': '^1.5.0',
127+
'@embroider/macros': '^0.50.2',
125128
},
126129
},
127130
},

0 commit comments

Comments
 (0)