Skip to content

Commit

Permalink
Update ember-cli-build.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Nov 19, 2024
1 parent ec870fa commit 0f52ca6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test-app/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ module.exports = function (defaults) {
},
});

const { maybeEmbroider } = require('@embroider/test-setup');
return app.toTree();

return maybeEmbroider(app);
// const { maybeEmbroider } = require('@embroider/test-setup');

// return maybeEmbroider(app);

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

0 comments on commit 0f52ca6

Please sign in to comment.