Start Writing ES 2015 in gulp.js With babel

added by bpwndaddy
10/28/2015 2:19:46 PM

1170 Views

With the closed spec of es 2015 – babeljs.io rised as the most appropriate solution for writing es 2015 today and transforming it to es5 so all browsers can run the code. Along with that, gulp.js released a new version which supports es 2015 and allows to write tasks and code with it.


0 comments