@[email protected] to Programmer [email protected] • 10 months agoHeaviest things known to manimagemessage-square7fedilinkarrow-up1238arrow-down120cross-posted to: [email protected]
arrow-up1218arrow-down1imageHeaviest things known to man@[email protected] to Programmer [email protected] • 10 months agomessage-square7fedilinkcross-posted to: [email protected]
minus-square@RustyNovacakelink14•10 months agoMeanwhile me, and my 2gb debug build folder in rust. The app itself is 100mb on debug…
minus-square@[email protected]linkfedilinkEnglish6•10 months agoAt least it’s not needed at runtime. The node modules are, right?
minus-square@[email protected]linkfedilinkEnglish10•10 months agoNot all of them, no. Some are just to build or run development only tools.
minus-square@RustyNovacakelink1•10 months 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
Meanwhile me, and my 2gb debug build folder in rust.
The app itself is 100mb on debug…
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