Y
Hacker News
new
|
ask
|
show
|
jobs
by
modularfurnitur
3471 days ago
How would you rationalize not using ES6?
1 comments
vdnkh
3471 days ago
Polyfills add a ton of size.
https://www.youtube.com/watch?v=L3JJ8qSIg2k
link
hzoo
3471 days ago
https://github.com/babel/babel-preset-env/
should help with this to remove the polyfills that are already supported, and with some future work to remove polyfills are unused.
link
https://www.youtube.com/watch?v=L3JJ8qSIg2k