Skip to content

Commit

Permalink
build: rm compatAdapters override for ember-get-config
Browse files Browse the repository at this point in the history
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 .
  • Loading branch information
MrChocolatine committed Nov 4, 2023
1 parent 642d63a commit e34af43
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,5 @@ module.exports = function (defaults) {
package: 'qunit',
},
],

/**
* See:
* - https://github.com/embroider-build/embroider/issues/823
* - https://discordapp.com/channels/480462759797063690/568935504288940056/901170716949512233
* - https://discordapp.com/channels/480462759797063690/568935504288940056/902484167915364433
*
* TODO: to remove once the following PR is released:
* https://github.com/mansona/ember-get-config/pull/29
*/
compatAdapters: new Map([
['ember-get-config', null], // eslint-disable-line prettier/prettier
]),
})
}

0 comments on commit e34af43

Please sign in to comment.