yarn.lock is _at least_ 15x smaller than an NPM lockfile. You want this committed into your repo, and I'd rather have ~200kb than 5mb.
So that's:
- Speed
- Artifact size
- Caching
- Proxy support
- Determinism (which has improved with NPM)
yarn.lock is _at least_ 15x smaller than an NPM lockfile. You want this committed into your repo, and I'd rather have ~200kb than 5mb.
So that's:
- Speed
- Artifact size
- Caching
- Proxy support
- Determinism (which has improved with NPM)