Comment by Ajedi32
2 months ago
Can you give an example? While theoretically possible I almost never see that in Node projects. It's not even very practical because even if you do cram everything into a single .js file you still need an external dependency on the Node runtime.
Examples would be most Node server web apps. It is standard practice to run a bundler for prod deployments.