Y
Hacker News
new
|
ask
|
show
|
jobs
by
adar
3004 days ago
I'm a neophyte at JS, what is the reason for all the code in /dist/index.js to be compacted into one line?
1 comments
eat_veggies
3001 days ago
It's minified to decrease its file size for faster load times
link