Hacker News new | ask | show | jobs
by robinj6 1778 days ago
Kind of frustrating that this article doesn’t really describe in a nutshell how they do it, despite it being the title. It kind of assumes you already read about dropping node_modules.
1 comments

For anyone curious, that’s mainly described in the linked article here: https://yarnpkg.com/features/pnp
It's interesting that node.js packaging has improved by borrowing an idea from the PHP world.