UNPKG

videojs-contrib-hls

Version:

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

8 lines (6 loc) 248 B
let hls = require('../es5/videojs-contrib-hls.js'); let q = window.QUnit; q.module('Webpack Require'); q.test('hls should be requirable and bundled via webpack', function(assert) { assert.ok(hls, 'videojs-contrib-hls is required properly'); });