Hacker News new | ask | show | jobs
by AtNightWeCode 284 days ago
I think JS should be all source and no packages at all.
1 comments

What about complex SPAs? Database drivers? Polyfills? TypeScript?
Pulling the source and compiling the package instead of pulling the package. Not much difference. Maybe slower build times but more secure and better builds.