PSA: A static production JS app shouldn’t need the node_modules folder


PSA: A static production JS app shouldn’t need the node_modules folder.

I just helped a client significantly speed up their deployment process…by no longer deploying the node_modules folder for their built SPA.

The dist/build folder is all that needs to be deployed.

View original on X