this post was submitted on 27 Jan 2024
216 points (93.5% liked)

Programmer Humor

25699 readers
1246 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Fal@yiffit.net 5 points 2 years ago (2 children)

At least it's not needed at runtime. The node modules are, right?

[–] FiniteLooper@lemm.ee 9 points 2 years ago

Not all of them, no. Some are just to build or run development only tools.

[–] RustyNova@lemmy.world 1 points 2 years ago

Well... Compilation is just mixing everything up into a runtime package...

If you don't count tree shaking out unused stuff and non activated features, what you have is literally everything bundled in