70936d39 by iambumblehead Committed by forbesjo

changed export to commonjs module.exports (#638)

1 parent 5a4d09f7
......@@ -1610,7 +1610,7 @@ videojs.HlsSourceHandler = HlsSourceHandler;
videojs.Hls = Hls;
videojs.m3u8 = m3u8;
export default {
module.exports = {
Hls,
HlsHandler,
HlsSourceHandler
......