top | item 20796683

(no title)

deboflo | 6 years ago

JavaScript bundles are often a bottleneck in web builds. I wish there were better ways to speed this up.

discuss

order

swsieber|6 years ago

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.

deboflo|6 years ago

Thanks, I'll look into those.