Skip to content

Commit

Permalink
fix: mfsu clean queue after build complete (umijs#7063)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc authored Jul 26, 2021
1 parent eca2f68 commit ebaba69
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export default class DepBuilder {
onBuildComplete: (err: any, stats: any) => {
this.isBuilding = false;
this.onBuildCompleteQueue.forEach((fn) => fn());
this.onBuildCompleteQueue = [];
opts.onBuildComplete(err, stats);
},
});
Expand Down

0 comments on commit ebaba69

Please sign in to comment.