Skip to content

Commit

Permalink
fix(utils): 容器发生更新,需要编译子组建配置
Browse files Browse the repository at this point in the history
fix #512
  • Loading branch information
roymondchen committed Jun 8, 2023
1 parent 391fcee commit ed4b3c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,5 +285,9 @@ export const compiledNode = (
}, node);
});

if (Array.isArray(node.items)) {
node.items.forEach((item) => compiledNode(compile, item, dataSourceDeps));
}

return node;
};

0 comments on commit ed4b3c7

Please sign in to comment.