From a77c5ff3622ab75d0c22241d0ef72053deaa7926 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 21 Jul 2022 12:08:47 +0200 Subject: Fix stucked HLS player --- client/webpack/webpack.video-embed.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/webpack') 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 () { modules: [ helpers.root('src'), 'node_modules' ], + symlinks: true, + alias: { 'video.js$': path.resolve('node_modules/video.js/core.js'), 'hls.js$': path.resolve('node_modules/hls.js/dist/hls.light.js'), -- cgit v1.2.3