|
|
|
|
|
by jdavis703
3742 days ago
|
|
What's the point of shrinkwrap if you're commiting node_modules? And also why not use a package manager like RPM, Debian, etc so you don't bloat your Git history? (Genuine questions, I know many advocate what you're saying). |
|
* You retain history for your full dependency tree separately from your codebase.
* Every commit of your code repo exactly specifies the contents of its dependency tree, since the submodule references your deps repo by commit hash.