This repo explores the cost of transpilation.
git clone git@github.com:siddharthkp/es6-in-production.git
cd es6-in-production
npm install
run npm run snippets
to build and compare the extra cost of transpiling the functions that we use every day.
run npm build
and npm start
to for a comparison of the same todo app with ES5, ES2015 and transpiled ES5 code.