Skip to content

Commit

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

0 comments on commit 82a7d37

Please sign in to comment.