Skip to content

Commit

Permalink
fix(core-aspects) - add missing export in merging esm.mjs (#8548)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiladShoham authored Feb 20, 2024
1 parent a24eb69 commit 160b376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scopes/component/merging/esm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ export const getAddedOutput = cjsModule.getAddedOutput;
export const ConfigMergeResult = cjsModule.ConfigMergeResult;
export const MergingAspect = cjsModule.MergingAspect;
export const getWorkspaceConfigUpdateOutput = cjsModule.getWorkspaceConfigUpdateOutput;
export const compIsAlreadyMergedMsg = cjsModule.compIsAlreadyMergedMsg;

export default cjsModule;

0 comments on commit 160b376

Please sign in to comment.