Dependency deduplication across multiple instances #260
Answered
by
DeMoorJasper
SevenOutman
asked this question in
Q&A
-
Hi, I wonder how should I prevent the same packages (e.g. react) being downloaded multiple times if I'm creating multiple |
Beta Was this translation helpful? Give feedback.
Answered by
DeMoorJasper
Dec 16, 2021
Replies: 1 comment 1 reply
-
The first time react gets fetched it should get cached and re-used on the other instances. We're working on improving this further though and the initial results are looking very promising |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
danilowoz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The first time react gets fetched it should get cached and re-used on the other instances. We're working on improving this further though and the initial results are looking very promising