Skip to content

Commit 1c58cb3

Browse files
committed
embroider: Enable staticAddonTestSupportTrees option
1 parent 778abfd commit 1c58cb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ember-cli-build.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ module.exports = function (defaults) {
4747
if (USE_EMBROIDER) {
4848
const { Webpack } = require('@embroider/webpack');
4949
return require('@embroider/compat').compatBuild(app, Webpack, {
50+
staticAddonTestSupportTrees: true,
51+
5052
// see https://github.com/embroider-build/embroider/issues/823
5153
compatAdapters: new Map([['ember-get-config', null]]),
5254
});

0 commit comments

Comments
 (0)