Hacker News new | ask | show | jobs
by vdnkh 3471 days ago
Polyfills add a ton of size.

https://www.youtube.com/watch?v=L3JJ8qSIg2k

1 comments

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.