Skip to content

Commit

Permalink
add embroiderbuild system package
Browse files Browse the repository at this point in the history
  • Loading branch information
iirving committed Apr 9, 2021
1 parent 6442aa5 commit e2564e3
Show file tree
Hide file tree
Showing 3 changed files with 1,541 additions and 104 deletions.
3 changes: 2 additions & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ 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.

return app.toTree();
const { Webpack } = require('@embroider/webpack');
return require('@embroider/compat').compatBuild(app, Webpack);
};
Loading

0 comments on commit e2564e3

Please sign in to comment.