@[email protected] to Programmer [email protected] • 1 year agoHeaviest things known to manimagemessage-square7fedilinkarrow-up1239arrow-down120cross-posted to: [email protected]
arrow-up1219arrow-down1imageHeaviest things known to man@[email protected] to Programmer [email protected] • 1 year agomessage-square7fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilinkEnglish6•1 year agoAt least it’s not needed at runtime. The node modules are, right?
minus-square@[email protected]linkfedilinkEnglish10•1 year agoNot all of them, no. Some are just to build or run development only tools.
minus-square@RustyNovalink1•1 year agoWell… 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
At least it’s not needed at runtime. The node modules are, right?
Not all of them, no. Some are just to build or run development only tools.
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