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