Skip to content

Commit d0869bd

Browse files
committed
embroider: Disable ember-get-config compat adapter
see embroider-build/embroider#823
1 parent a4f9938 commit d0869bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ember-cli-build.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ module.exports = function (defaults) {
4646

4747
if (USE_EMBROIDER) {
4848
const { Webpack } = require('@embroider/webpack');
49-
return require('@embroider/compat').compatBuild(app, Webpack);
49+
return require('@embroider/compat').compatBuild(app, Webpack, {
50+
compatAdapters: new Map([['ember-get-config', null]]),
51+
});
5052
}
5153

5254
return app.toTree();

0 commit comments

Comments
 (0)