Do you have your own dependency resolution algorithm? Can we have the most lightweight node_modules directory?
we do have an algorithm to calculate total install size
it’s not _exactly_ the same as if you install with npm and check the size of your node_modules but it’s a pretty good proxy
having said that, there’s room to make it better
we do have an algorithm to calculate total install size
it’s not _exactly_ the same as if you install with npm and check the size of your node_modules but it’s a pretty good proxy
having said that, there’s room to make it better