Monorepo support confusion #8004
Unanswered
AlwaysNoobCoder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am a java developer. I just started to learn web dev with vue3 + vite.
despite my java background, I have some confusion about monorepo:
for example:
Question 1:
if
B
depends onA
, do I need to build and reinstallA
every timeA
was changed, to letB
see the newest updates ofA
?Question 2:
if
B
depends onA
, andC
depends onB
, forC
,A
is a transitive dependency(in java world), can the pnpm or underlying npm handle this automatically ?Beta Was this translation helpful? Give feedback.
All reactions