Cannot import dashjs in a browserify workflow
Created by: forbesjo
Right now there's no easy way to import/require dashjs in a browserify workflow because the source files are in ES6.
For the videojs-contrib-hls project we get around this publishing problem by generating an ES5 distribution folder with babel and point main
in the package.json to that.