Y
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
phil294
284 days ago
What about complex SPAs? Database drivers? Polyfills? TypeScript?
link
AtNightWeCode
283 days ago
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.
link