Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: videojs.getComponent is not a function
aka videojs is not defined Adds import video.js into each component, which eliminates the following error when using video-http-source-selector with webpack: ``` videojs-http-source-selector.es.js:36 Uncaught TypeError: videojs.getComponent is not a function at Module.<anonymous> (videojs-http-source-selector.es.js:36) at Module../node_modules/videojs-http-source-selector/dist/videojs-http-source-selector.es.js (videojs-http-source-selector.es.js:264) ``` This change also resolves compiled output in dist/ mixing up use of `videojs` and `videojs$1`.
- Loading branch information