-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught ReferenceError: videojs is not defined #1
Comments
Hi @blumonn, I've the same error, did you find a solution? |
I think the dist is broken in ES : Should it be |
Remove $1 in order to fix This should fix jfujita#1
@bricesanchez I imported videojs in the components and built the plugin again. that seemed to work for me. |
Until this is fixed via PR, I've been importing this library as
|
Hi,
after building the plugin and importing in my project, trying to run the project gives me the following error :
after some digging, seems like this is a problem related to this generator-videojs-plugin issue, which happened because of something funky with rollup.
How to resolve this? Any help is much appreciated.
The text was updated successfully, but these errors were encountered: