diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-21 11:02:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-21 11:02:28 +0200 |
commit | 512decf37ee6d36d0f16bda0f9bec6bf37d132b3 (patch) | |
tree | 06083f73082df7163deb9bb59495baa7891e4300 /client/webpack | |
parent | 193272b8a0ddf54396315af8dc0c069d8f20c18e (diff) | |
download | PeerTube-512decf37ee6d36d0f16bda0f9bec6bf37d132b3.tar.gz PeerTube-512decf37ee6d36d0f16bda0f9bec6bf37d132b3.tar.zst PeerTube-512decf37ee6d36d0f16bda0f9bec6bf37d132b3.zip |
Fix videojs
Diffstat (limited to 'client/webpack')
-rw-r--r-- | client/webpack/webpack.video-embed.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index 84ab83669..252040bb7 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js | |||
@@ -27,7 +27,7 @@ module.exports = function () { | |||
27 | modules: [ helpers.root('src'), helpers.root('node_modules') ], | 27 | modules: [ helpers.root('src'), helpers.root('node_modules') ], |
28 | 28 | ||
29 | alias: { | 29 | alias: { |
30 | 'video.js$': path.resolve('node_modules/video.js/dist/alt/video.core.novtt.js') | 30 | 'video.js$': path.resolve('node_modules/video.js/core.js') |
31 | } | 31 | } |
32 | }, | 32 | }, |
33 | 33 | ||