Skip to content

Commit

Permalink
Fix embroider scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
bendemboski committed Apr 29, 2021
1 parent 29bfb99 commit adab5b1
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,22 @@ module.exports = async function () {
},
},
},
embroiderSafe(),
embroiderOptimized(),
embroiderSafe({
// https://github.com/embroider-build/embroider/pull/792
npm: {
devDependencies: {
webpack: '^5.0.0',
},
},
}),
embroiderOptimized({
// https://github.com/embroider-build/embroider/pull/792
npm: {
devDependencies: {
webpack: '^5.0.0',
},
},
}),
],
};
};

0 comments on commit adab5b1

Please sign in to comment.