Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bo.ma committed Aug 20, 2020
1 parent f4c9341 commit 879c82d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/videojs-flvh265.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"files": [
"README.md",
"dist/",
"src/",
"index.html"
],
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import './plugin.js';
function createDom(i) {
return `
<video id="player${i}" height="${height}" width="${width}" class="video-js vjs-big-play-centered"
controls
controls
ish265
hasvideo
hasaudio
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.build.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
filename: 'videojs-flvh265.js'
},
externals:{
// "video.js":"videojs",
"video.js":"videojs",
// "wx-inline-player-new":"WXInlinePlayer"
},
resolve: {
Expand Down

0 comments on commit 879c82d

Please sign in to comment.