Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Aug 12, 2022
1 parent 5535ef9 commit 9993d55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ function addonBuildConfigForDataPackage(PackageName) {
this._prodLikeWarning();
this.debugTree = BroccoliDebug.buildDebugCallback(`ember-data:${PackageName}`);
this.options = this.options || {};
Object.assign(this.options, {
'@embroider/macros': {
setOwnConfig: {},
},
});
},

_prodLikeWarning() {
Expand Down
3 changes: 0 additions & 3 deletions packages/store/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ module.exports = function (defaults) {
'ember-cli-babel': {
throwUnlessParallelizable: true,
},
'@embroider/macros': {
setOwnConfig: {},
},
});

/*
Expand Down

0 comments on commit 9993d55

Please sign in to comment.