Skip to content

Commit

Permalink
Only use embroider
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Nov 7, 2024
1 parent 669d33d commit f704a9b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
11 changes: 9 additions & 2 deletions test-app/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ module.exports = function (defaults) {
},
});

const { maybeEmbroider } = require('@embroider/test-setup');
return maybeEmbroider(app);
const { Webpack } = require('@embroider/webpack');
return require('@embroider/compat').compatBuild(app, Webpack, {
staticAddonTestSupportTrees: true,
staticAddonTrees: true,
staticHelpers: true,
staticModifiers: true,
staticComponents: true,
staticEmberSource: true,
});
};
3 changes: 3 additions & 0 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@
"@ember/optional-features": "^2.0.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.2.1",
"@embroider/compat": "^3.7.0",
"@embroider/core": "^3.4.19",
"@embroider/test-setup": "^3.0.1",
"@embroider/webpack": "^4.0.8",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/environment-ember-loose": "^1.3.0",
Expand Down

0 comments on commit f704a9b

Please sign in to comment.