Skip to content

Commit

Permalink
fix: mfsu deps on bigfish version (umijs#7106)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc authored Aug 3, 2021
1 parent a532587 commit 0a3ce9a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export default class DepInfo {
// umi 版本变更后需要重新编译一次
// TODO: ModuleGraph 上线后可以删掉这个
umiVersion: process.env.UMI_VERSION,
bigfishVersion: process.env.BIGFISH_VERSION || 'null',
};
}

Expand Down

0 comments on commit 0a3ce9a

Please sign in to comment.