Replies: 2 comments 2 replies
-
|
Both portable cache and remote cache are on our roadmap. We're focusing on portable cache this quarter, and once it's ready, it will allow cache sharing across different machines. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Thanks for sharing this context — it’s great to hear that Canva is evaluating Rspack! Our teammate @jerrykingxyz has been researching portable cache and remote cache for several months, and we'll soon be able to share the RFC and further progress. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I work at a large company, Canva, that employees over 600 web engineers performing 100k+ Webpack development builds a week. We have been investigating migrating from Webpack to RSPack (alongside other bundlers).
One feature that would be beneficial for us is the ability to re-use work across developer machines (e.g. loader file transforms). Does the RSPack team have any plans to generalise the persistent caching solution to support this (e.g. by allowing us to plug RSPack into a custom remote cache store)? A good example of a module bundler that does this well is Metro.
Related RFC: #8458
Beta Was this translation helpful? Give feedback.
All reactions