-
Notifications
You must be signed in to change notification settings - Fork 40
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
Does not work with Require.js #193
Comments
I have a working example with contrib-ads here: https://jsfiddle.net/uy9680os/57/ |
I think the change here with |
Yeah I think we need to keep this issue open, but for now there is a work-around. |
So, looking into why this is happening and I think it's because rollup's A workaround/quick fix would be to use something like https://github.com/patrickhulce/rollup-plugin-shim or https://github.com/rollup/rollup-plugin-alias to shim It would also be nice if we can figure out why globals isn't working in rollup and whether our expectations match rollup's or not. |
Require.js thinks that the
video.js
external inumd.rollup.config.js
is a script itself and is trying to load it from current path. I'm not sure how to fix or work around this issue.Example: http://jsfiddle.net/uy9680os/1/
The text was updated successfully, but these errors were encountered: