Peer5 / videojs-contrib-hls.js

HLS library for video.js using Dailymotion's hls.js tech
Apache License 2.0
108 stars 55 forks source link

missing ./ in main path #18

Closed maxxafari closed 7 years ago

maxxafari commented 7 years ago

fixed browserify issue: "Cannot find module 'videojs-contrib-hls.js'" as reference video.js uses main: "./es5/video.js"

mrbar42 commented 7 years ago

this should have been resolved in the last v3 commit. can you please pull latest updates and try again?

mrbar42 commented 7 years ago

I just created a test bundle using browserify using the latest version and it works well.

thank you for the PR!