Remote persistent cache / "Zero builds" #14395
matzeeable
started this conversation in
Ideas
Replies: 0 comments
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.
-
Hey webpack team! 😊
Intro
I love the persistent caching mechanism since webpack@5. I just have some thoughts in my head, and I need some more insight into the functionality of the current cache implementation of webpack and want to know if something like this would be possible. I will try to explain my idea...
The idea of "Zero builds"
I stumbled over the so-called "Zero installs" of
yarn
and they follow the idea to hold the yarn cache in a remote destination (in yarn's case the GIT repository). I think something like this could make sense also in webpack.Benefits
Possible scenario
Let's "unroll" this behavior on Webpack as well and imagine the following scenario:
feat/my-feature
feat/another-feature
feat/my-feature
feat/my-feature
and check it outfeat/another-feature
What do you think of this idea? I think many users could benefit from this.
Beta Was this translation helpful? Give feedback.
All reactions