diff options
author | Chocobozzz <me@florianbigard.com> | 2022-07-21 12:08:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-21 12:08:47 +0200 |
commit | a77c5ff3622ab75d0c22241d0ef72053deaa7926 (patch) | |
tree | a59ae4057eb9d9e45d42d839f4f3d77686d956a3 /client/webpack | |
parent | a6c554fb6eeda7500215cca0d10930b0db4ddb0a (diff) | |
download | PeerTube-a77c5ff3622ab75d0c22241d0ef72053deaa7926.tar.gz PeerTube-a77c5ff3622ab75d0c22241d0ef72053deaa7926.tar.zst PeerTube-a77c5ff3622ab75d0c22241d0ef72053deaa7926.zip |
Fix stucked HLS player
Diffstat (limited to 'client/webpack')
-rw-r--r-- | client/webpack/webpack.video-embed.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index 547e8aa63..3f2805192 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js | |||
@@ -24,6 +24,8 @@ module.exports = function () { | |||
24 | 24 | ||
25 | modules: [ helpers.root('src'), 'node_modules' ], | 25 | modules: [ helpers.root('src'), 'node_modules' ], |
26 | 26 | ||
27 | symlinks: true, | ||
28 | |||
27 | alias: { | 29 | alias: { |
28 | 'video.js$': path.resolve('node_modules/video.js/core.js'), | 30 | 'video.js$': path.resolve('node_modules/video.js/core.js'), |
29 | 'hls.js$': path.resolve('node_modules/hls.js/dist/hls.light.js'), | 31 | 'hls.js$': path.resolve('node_modules/hls.js/dist/hls.light.js'), |