How to group remote chunks together into one chunk? #728
Replies: 2 comments 1 reply
-
Hi @ayushnathani, I think you can achieve this through cache groups - this requires a little bit of tinkering to get right but it's possible. Note that cache groups are just suggestions for the compiler and sometimes might get ignored if you have a conflicting configuration. |
Beta Was this translation helpful? Give feedback.
1 reply
-
by adding |
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
-
I want to create a remote chunk of an entire feature, which has a lot of files. I don't want to create seperate chunk of each of those files as I don't want to download them individually because they are a part of one feature and should be accessed at once. Is there way I can group all the files into one chunk and that chunks gets downloaded whenever I access any of the file?
Note: I am using react navigation
Beta Was this translation helpful? Give feedback.
All reactions