Skip to content

Commit

Permalink
chore(ember): remove @ember-data/store hack
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Oct 27, 2023
1 parent 1818564 commit 18fe06d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions ember/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,6 @@ module.exports = function (defaults) {
package: 'qunit',
},
],
// https://github.com/embroider-build/embroider/issues/1322
packageRules: [
{
package: '@ember-data/store',
addonModules: {
'-private.js': {
dependsOnModules: [],
},
'-private/system/core-store.js': {
dependsOnModules: [],
},
'-private/system/model/internal-model.js': {
dependsOnModules: [],
},
},
},
],
packagerOptions: {
webpackConfig: {
plugins:
Expand Down

0 comments on commit 18fe06d

Please sign in to comment.