Shows originally ES6 files code coverage report using Isparta, Karma, Webpack.
npm install # install all dependencies
webpack # build
open index.html
npm test # run tests
COVERAGE=true npm test # run tests (with coverage reports)
open coverage/lcov-report/index.html