We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df12e3 commit 3bb18a4Copy full SHA for 3bb18a4
1 file changed
config/ember-try.js
@@ -91,8 +91,16 @@ module.exports = async function () {
91
},
92
93
94
- embroiderSafe(),
95
- embroiderOptimized(),
+ embroiderSafe({
+ dependencies: {
96
+ 'ember-auto-import': '^2.0.0',
97
+ },
98
+ }),
99
+ embroiderOptimized({
100
101
102
103
104
{
105
name: 'no-deprecations',
106
npm: {
0 commit comments