DEV Community

Discussion on: Demystifying `devDependencies` and `dependencies`

Collapse
 
qm3ster profile image
Mihail Malo

Yeah, but I mean I put my webpack and clientside dependencies into devDependencies. And it works out great.

Thread Thread
 
mshertzberg profile image
Michael Scott Hertzberg

it works, but it's not semantically correct.

Thread Thread
 
qm3ster profile image
Mihail Malo

Seems more semantic than downloading unused packages. 🤔
The less packages in production, the faster and safer 🤔
Maybe we should just Rollup our servers and not have runtime dependencies at all 🤔