changed export to commonjs module.exports (#638)
Showing
1 changed file
with
1 additions
and
1 deletions
-
Please register or sign in to post a comment
... | ... | @@ -1610,7 +1610,7 @@ videojs.HlsSourceHandler = HlsSourceHandler; |
videojs.Hls = Hls; | ||
videojs.m3u8 = m3u8; | ||
export default { | ||
module.exports = { | ||
Hls, | ||
HlsHandler, | ||
HlsSourceHandler | ||
... | ... |