Skip to content

Commit

Permalink
chore: try to fix embroider safe scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabauke committed Apr 18, 2023
1 parent 529c6c8 commit 8b06e05
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,21 @@ module.exports = function (defaults) {
package: "qunit",
},
],
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 8b06e05

Please sign in to comment.