انضم إلى نوستر
2024-11-10 14:37:05 UTC
in reply to

Angelika Cathor on Nostr: That's my husband's opinion too. My opinion is: dev dependencies are dependencies ...

That's my husband's opinion too. My opinion is: dev dependencies are dependencies that you don't need for any of your Node.js scripts that run with NODE_ENV=production. Which would qualify your build tools as regular dependencies, not dev deps. I chose this definition because it allows you to leverage the dependency split to limit how many dependencies get installed on the system where you create the production build.