Skip to content

Commit

Permalink
Drop embroider until embroider-build/embroider#1020 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 23, 2022
1 parent 5acdc47 commit 6a17a52
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ module.exports = function (defaults) {
// please specify an object with the list of modules as keys
// along with the exports of each module as its value.

/**
* We can't use embroider until
*
* https://github.com/embroider-build/embroider/issues/1020
* is resolved
*/
return app.toTree();

const { Webpack } = require('@embroider/webpack');

return require('@embroider/compat').compatBuild(app, Webpack, {
Expand Down

0 comments on commit 6a17a52

Please sign in to comment.