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.
ember-get-config
1 parent a4f9938 commit d0869bdCopy full SHA for d0869bd
ember-cli-build.js
@@ -46,7 +46,9 @@ 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
+ compatAdapters: new Map([['ember-get-config', null]]),
51
+ });
52
}
53
54
return app.toTree();
0 commit comments