A repository for use to create ES6 projects using webpack, babel and related libraries
notes about this repo:
the branch video_player_sample contains an example of the the original HTML5/CSS3/ES5 video player refactored out and made into an ES6 standalone class. The JavaScript is transpiled using Babel.
https://github.com/eapostol/ra-webpack-es6-dev/tree/video-player-sample
The master branch contains the original webpack - babel framework.