Reduced build times for large projects
Source: Vercel Blog
Build System Optimizations
We shipped build system optimizations that reduce overhead for projects with many input files, large node_modules, or large build outputs. Expensive disk operations (large file detection and folder size calculations) are no longer on the critical path for successful builds. These calculations now run in parallel, improving overall build times for large projects.