UNPKG

videojs-contrib-hls

Version:

Play back HLS with video.js, even where it's not natively supported

9 lines (7 loc) 160 B
var common = require('./common'); module.exports = function(config) { config.set(common({ plugins: ['karma-ie-launcher'], browsers: ['IE'] })); };