Skip to content

Commit

Permalink
wip: does this work?
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Dec 5, 2021
1 parent 5927433 commit b226792
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion testing/ember-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,17 @@ module.exports = async function () {
},
},
},
embroiderSafe(),
embroiderSafe({
npm: {
dependencies: {
'ember-auto-import': '^2.0.0',
},
devDependencies: {
'ember-source': await getChannelURL('release'),
webpack: '^5.0.0',
},
},
}),
embroiderOptimized(),
],
};
Expand Down

0 comments on commit b226792

Please sign in to comment.