We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
staticAddonTestSupportTrees
1 parent 778abfd commit 1c58cb3Copy full SHA for 1c58cb3
ember-cli-build.js
@@ -47,6 +47,8 @@ module.exports = function (defaults) {
47
if (USE_EMBROIDER) {
48
const { Webpack } = require('@embroider/webpack');
49
return require('@embroider/compat').compatBuild(app, Webpack, {
50
+ staticAddonTestSupportTrees: true,
51
+
52
// see https://github.com/embroider-build/embroider/issues/823
53
compatAdapters: new Map([['ember-get-config', null]]),
54
});
0 commit comments