Level 1/4
how much did build duration increase on your CI workers though? we ran a test build on a hundred thousand line codebase and the babel transform step added twenty seconds. still totally worth it for the runtime savings, but caching the compiler artifacts in github actions became necessary.
September 23, 2026 at 1:08 PM