How To Set Up the Babel 6 Plugin in WebStorm

The latest version of Babel, the ES2015 transpiler, is out and there have been enough changes that I’ve decided to revise my original blog post, “How To Set Up the Babel Plugin in WebStorm”. At the time of writing, Babel is on version 6; my original post was written for Babel 5.

Read More

Angular U: Classes, Prototypes and OLOO

I just returned from the Angular U 2015 conference.  It was a great experience and I learned a lot.  I was even lucky enough to meet a number of the big names in Angular, people that I’d read about or heard on podcasts, including Brad Green, Dan Wahlin, Joe Eames, Ward Bell, Scott Moss, David…

Read More

How To Set Up the Babel Plugin in WebStorm

Note, this post was written for Babel 5. It has been re-written for Babel 6, “How To Set Up the Babel 6 Plugin in WebStorm”. I’ve been enjoying programming in ECMAScript 6 recently. I use the Babel plugin for WebStorm to compile ES6 code down to ES5 code that can be run in the browser.…

Read More