Skip to content

Commit

Permalink
Merge pull request bytedance#674 from bytedance/xgplayer-2
Browse files Browse the repository at this point in the history
Xgplayer 2
  • Loading branch information
zhangxin92 authored Dec 6, 2021
2 parents e1ba340 + efa58c5 commit 31564a4
Show file tree
Hide file tree
Showing 18 changed files with 23,130 additions and 27 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ If you have any problem, please let us know.


### Join Us
We welcome anyone with an interest in web media technology to join! Please contact us at yinguohui@bytedance.com
We welcome anyone with an interest in web media technology to join! Please contact us at infra-fe@bytedance.com
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ $ npm run dev

岗位类型:社招、校招、实习

发送简历:yinguohui@bytedance.com
发送简历:infra-fe@bytedance.com

邮件标题格式:【简历】+ 姓名 + 前端开发工程师 + 来源:xgplayer github
2 changes: 1 addition & 1 deletion packages/xgplayer-hls.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer-hls.js",
"version": "2.6.0",
"version": "2.6.1",
"description": "xgplayer plugin for hls",
"main": "./dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xgplayer/browser/core_player.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/xgplayer/browser/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/xgplayer/browser/simple_player.js

Large diffs are not rendered by default.

4,033 changes: 4,032 additions & 1 deletion packages/xgplayer/dist/core_player.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/xgplayer/dist/core_player.js.map

Large diffs are not rendered by default.

13,681 changes: 13,672 additions & 9 deletions packages/xgplayer/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/xgplayer/dist/index.js.map

Large diffs are not rendered by default.

5,411 changes: 5,410 additions & 1 deletion packages/xgplayer/dist/simple_player.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/xgplayer/dist/simple_player.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/xgplayer/es/core_player.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/xgplayer/es/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/xgplayer/es/simple_player.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/xgplayer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xgplayer",
"version": "2.31.2",
"version": "2.31.4",
"description": "video player",
"main": "./dist/index.js",
"typings": "./types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/xgplayer/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.31.2"
"version": "2.31.4"
}
4 changes: 2 additions & 2 deletions packages/xgplayer/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const umd = {
mode: 'production',
module: babelModuleConfig,
optimization: {
minimize: true
minimize: false
}
}

Expand Down Expand Up @@ -160,4 +160,4 @@ const client_controls = controls.map(key => {
}
})

module.exports = [umd, umd_es6, client].concat(umd_es6_controls)
module.exports = [umd, umd_es6, client].concat(umd_es6_controls, umd_controls, client_controls)

0 comments on commit 31564a4

Please sign in to comment.