Skip to content
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

Remove custom UMD #3826

Merged
merged 2 commits into from
Jan 18, 2017
Merged

Remove custom UMD #3826

merged 2 commits into from
Jan 18, 2017

Conversation

misteroneill
Copy link
Member

This is a change for 6.0 - Browserify provides a UMD wrapper for us.

Requirements Checklist

  • Feature implemented / Bug fixed
  • Reviewed by Two Core Contributors

} else if (typeof exports === 'object' && typeof module === 'object') {
module.exports = videojs;
}

export default videojs;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need to change this do module.exports = videojs. Some things don't work right otherwise.

@gkatsev
Copy link
Member

gkatsev commented Jan 9, 2017

Fixes #2478

@gkatsev gkatsev merged commit 2014120 into videojs:master Jan 18, 2017
@misteroneill misteroneill deleted the remove-umd branch January 19, 2017 20:50
@nicjansma nicjansma mentioned this pull request Aug 26, 2024
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants