monorepo项目中,dev模式如何得知被关联的子项目首次dev编译完成? #731
-
我有A、B、C三个包,A依赖B、C,在开发 A包时需要先等待B、C初次完成构建,但是dev是并行的,如何得知B、C两个包完成了首次构建? |
Beta Was this translation helpful? Give feedback.
Answered by
PeachScript
Nov 16, 2023
Replies: 2 comments 2 replies
-
暂时只能人肉判定,得实现 |
Beta Was this translation helpful? Give feedback.
2 replies
-
如果是为了在 monorepo 中分包开发,可以使用 umi 4 的 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
需要三处改动:
father/src/registerMethods.ts
Line 8 in 2100638
参数暂时应该只需要
isFirstCompile