Replies: 1 comment 1 reply
-
|
For mini apps in module federation or just the overall js bundle? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
We are using Re.Pack to build a mini-app architecture. To optimize our bundle updates and reduce download times, we are looking into Bundle Diffing (e.g., generating a bsdiff patch between the old and new bundles instead of downloading the full new bundle).
I have a quick question about its feasibility with Re.Pack:
Are Re.Pack's Rspack builds deterministic enough out-of-the-box (regarding module IDs and chunk hashes) to generate efficient diff patches for minor code changes?
Has anyone in the community successfully implemented bundle diffing for Re.Pack? Any insights or recommended Rspack configurations for strict determinism would be greatly appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions