Remix.run Logo
tcper 5 hours ago

Do you have your own dependency resolution algorithm? Can we have the most lightweight node_modules directory?

danielroe 5 hours ago | parent [-]

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