TL;DR ES6 is ubiquitous; library authors should only transpile new features (shipped <30 months) per Web Platform's "Baseline Widely Available"; sites which do need ES5 should bite the bullet and transpile `node_modules` despite the build time
TL;DR ES6 is ubiquitous; library authors should only transpile new features (shipped <30 months) per Web Platform's "Baseline Widely Available"; sites which do need ES5 should bite the bullet and transpile `node_modules` despite the build time