Skip to content

Commit

Permalink
eh
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Apr 28, 2020
1 parent 752b683 commit fe82e57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/frontend/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ module.exports = function (defaults) {

return compatBuild(app, Webpack, {
extraPublicTrees: additionalTrees,
// staticAddonTestSupportTrees: true,
// staticAddonTrees: true,
// staticHelpers: true,
// staticComponents: true,
staticAddonTestSupportTrees: true,
staticAddonTrees: true,
staticHelpers: true,
staticComponents: true,
// splitAtRoutes: true,
// skipBabel: [],
});
Expand Down

0 comments on commit fe82e57

Please sign in to comment.