Hacker News new | ask | show | jobs
by deboflo 2486 days ago
JavaScript bundles are often a bottleneck in web builds. I wish there were better ways to speed this up.
1 comments

Yarn plug-n-play (pnp) is a mechanism developed to speed up yarn install (up to 70% faster).

IIUC, angular is considering (working on?) using Hazel under the hood to parallelize angular builds.

Thanks, I'll look into those.