Skip to content

Commit

Permalink
chore: remove embroider hack for ember-data
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Dec 5, 2023
1 parent 26444bd commit 6abea79
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,5 @@ module.exports = function (defaults) {
package: "qunit",
},
],
// https://github.com/embroider-build/embroider/issues/1322#issuecomment-1386857904
packageRules: [
{
package: "@ember-data/store",
addonModules: {
"-private.js": {
dependsOnModules: [],
},
"-private/system/core-store.js": {
dependsOnModules: [],
},
"-private/system/model/internal-model.js": {
dependsOnModules: [],
},
},
},
],
});
};

0 comments on commit 6abea79

Please sign in to comment.