We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
videojs-record/build-config/fragments/common.js
Line 44 in a623a1b
The current setting creates invalid "require" calls in compiled JS:
(function webpackUniversalModuleDefinition(root, factory) { if(typeof exports === 'object' && typeof module === 'object') module.exports = factory(require("RecordRTC"), require("videojs")); else if(typeof define === 'function' && define.amd) define("VideojsRecord", ["RecordRTC", "videojs"], factory); else if(typeof exports === 'object') exports["VideojsRecord"] = factory(require("RecordRTC"), require("videojs")); else root["VideojsRecord"] = factory(root["RecordRTC"], root["videojs"]); })
The text was updated successfully, but these errors were encountered:
@gaspard sounds good, please open a pull request!
Sorry, something went wrong.
I opened a pull request for this, can you test #501 @gaspard?
Fixed in v4.1.0.
Successfully merging a pull request may close this issue.
videojs-record/build-config/fragments/common.js
Line 44 in a623a1b
The current setting creates invalid "require" calls in compiled JS:
The text was updated successfully, but these errors were encountered: