Hello!
tl;dr Using Babel with modern browsers and mobile, we'd like to get the most ES6 bang for our buck without making the site crawl. What can we use?
We would REALLY like to bring ES6 into production via Babel but have concerns about performance. In particular:
The closest comparisons we have found are below (they are related):
http://www.incaseofstairs.com/2015/06/es6-feature-performance/
http://kpdecker.github.io/six-speed/
Thoughts? Thanks!
Michael