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

feat(FEC-10347): expose kaltura player as a global variable instead of UMD #31

Merged
merged 4 commits into from
Sep 8, 2020

Conversation

yairans
Copy link
Contributor

@yairans yairans commented Aug 13, 2020

Description of the Changes

set libraryTarget:'var' as default.
Change the externals to use the root only.

BREAKING CHANGE: This package is not UMD anymore

Solves FEC-10347

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

@yairans yairans changed the title feat(FEC-10347): expose kaltura player as a global variable instead o… feat(FEC-10347): expose kaltura player as a global variable instead of UMD Aug 13, 2020
@yairans yairans requested a review from a team August 13, 2020 18:28
@yairans yairans self-assigned this Aug 13, 2020
@@ -20,7 +20,6 @@ module.exports = {
path: __dirname + '/dist',
filename: '[name].js',
library: ['KalturaPlayer', 'cast', 'receiver'],
libraryTarget: 'umd',
umdNamedDefine: true,
Copy link
Contributor

Choose a reason for hiding this comment

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

you can also remove this

@yairans yairans merged commit 7a39583 into master Sep 8, 2020
@yairans yairans deleted the FEC-10347 branch September 8, 2020 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants