Skip to content

Commit c2cb36a

Browse files
committed
build: rm compatAdapters override for ember-get-config
1. The coment says this override can be removed once mansona/ember-get-config#29 has been merged, and it was merged. 2. `ember-get-config` package was uninstalled in commit 56b2fe8 .
1 parent 2d2a1a9 commit c2cb36a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

ember-cli-build.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,5 @@ module.exports = function (defaults) {
2424
package: 'qunit',
2525
},
2626
],
27-
28-
/**
29-
* See:
30-
* - https://github.com/embroider-build/embroider/issues/823
31-
* - https://discordapp.com/channels/480462759797063690/568935504288940056/901170716949512233
32-
* - https://discordapp.com/channels/480462759797063690/568935504288940056/902484167915364433
33-
*
34-
* TODO: to remove once the following PR is released:
35-
* https://github.com/mansona/ember-get-config/pull/29
36-
*/
37-
compatAdapters: new Map([
38-
['ember-get-config', null], // eslint-disable-line prettier/prettier
39-
]),
4027
})
4128
}

0 commit comments

Comments
 (0)