Benjamin Weggersen
Benjamin Weggersen
Lerna is getting out of date and is not receiving security updates. Moving to from lerna to lage.
The default configuration is listed in the README.md, but it is very sparse. Add a description of each property.
The `utils-test` package contains all of the fixtures and the Jest setup code. We should make it depend on Jest and expose a test runner to other packages so they...
If a fetch or put fails, it should quickly retry and then fall back to a regular build. The timeout should be short as most packages might not take that...
Sometimes we don't care about getting the exact cache match to the current package. Maybe we have cached a webpack cache. In that case we're fine if the webpack cache...
Currently, backfill will create a hash and then try to download the content belonging to that hash. In many cases, this is unnecessary as the local output folder might already...