Hacker News new | ask | show | jobs
by chowes 3482 days ago
Babel is doing a great service at making such complexities painless from a user's perspective.
1 comments

Indeed. `babel-preset-env` in particular looks pretty amazing. Just tell it what browsers you want to support and it'll automatically apply whatever transformations are needed to target those versions? Yes, please!