Skip to content

Commit 7329e45

Browse files
committed
embroider: Remove obsolete ember-get-config workaround
1 parent e5258a2 commit 7329e45

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ember-cli-build.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ module.exports = function (defaults) {
5555
return require('@embroider/compat').compatBuild(app, Webpack, {
5656
staticAddonTestSupportTrees: true,
5757
staticModifiers: true,
58-
59-
// see https://github.com/embroider-build/embroider/issues/823
60-
compatAdapters: new Map([['ember-get-config', null]]),
6158
});
6259
}
6360

0 commit comments

Comments
 (0)