Skip to content

Commit 3bb18a4

Browse files
committed
make sure we use ember-auto-import@2 for embroider ember-try scenarios
1 parent 2df12e3 commit 3bb18a4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

config/ember-try.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,16 @@ module.exports = async function () {
9191
},
9292
},
9393
},
94-
embroiderSafe(),
95-
embroiderOptimized(),
94+
embroiderSafe({
95+
dependencies: {
96+
'ember-auto-import': '^2.0.0',
97+
},
98+
}),
99+
embroiderOptimized({
100+
dependencies: {
101+
'ember-auto-import': '^2.0.0',
102+
},
103+
}),
96104
{
97105
name: 'no-deprecations',
98106
npm: {

0 commit comments

Comments
 (0)