Hacker News new | ask | show | jobs
by MichaelGG 4051 days ago
And that's after a 10-minute build process using some node-thing, which, just to minimize and spit out static assets, needs to pull in 14,000 files of dependencies.
1 comments

Is modern web really that bad, and are those the reasons that just visiting some of the popular websites overwhelms my brand new cpu?
Slightly exaggerated, but that sort of thing absolutely happens.
The 14,000 files is an actual measurement of the node_modules folder for the build of a static site I've seen. npm is inane.
Straw man. This is actually an EBKAC. Obviously, because I can do the same asinine thing in any language offering the ability to pull in dependencies.