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.
2 parents 7479f59 + 98e9247 commit 73699dbCopy full SHA for 73699db
ember-cli-build.js
@@ -46,7 +46,10 @@ module.exports = function (defaults) {
46
47
if (USE_EMBROIDER) {
48
const { Webpack } = require('@embroider/webpack');
49
- return require('@embroider/compat').compatBuild(app, Webpack);
+ return require('@embroider/compat').compatBuild(app, Webpack, {
50
+ // see https://github.com/embroider-build/embroider/issues/823
51
+ compatAdapters: new Map([['ember-get-config', null]]),
52
+ });
53
}
54
55
return app.toTree();
0 commit comments