this post was submitted on 27 Jan 2024
235 points (92.7% liked)

Programmer Humor

19165 readers
1428 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Fal@yiffit.net 6 points 7 months ago (2 children)

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

[–] FiniteLooper@lemm.ee 11 points 7 months ago

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

[–] RustyNova@lemmy.world 1 points 7 months 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