Skip to content

Commit

Permalink
fix: sort
Browse files Browse the repository at this point in the history
  • Loading branch information
gz65555 committed Sep 24, 2024
1 parent e52e70d commit 9c8cd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ builderConfigs.sort((_, b) => {
if (b.output.format === "umd") return -1
})

export default Promise.all(pkgs.map(makeRollupConfig).flat());
export default Promise.all(builderConfigs);

0 comments on commit 9c8cd63

Please sign in to comment.