From 134006b0d4528c07f0022c6e75257bf9fedbfebb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 6 Aug 2021 16:41:08 +0200 Subject: Update client dependencies --- client/webpack/webpack.video-embed.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/webpack/webpack.video-embed.js') diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index 68749a02a..727249467 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js @@ -27,6 +27,7 @@ module.exports = function () { alias: { 'video.js$': path.resolve('node_modules/video.js/core.js'), + 'hls.js$': path.resolve('node_modules/hls.js/dist/hls.light.js'), '@root-helpers': path.resolve('src/root-helpers'), '@shared/models': path.resolve('../shared/models'), '@shared/core-utils': path.resolve('../shared/core-utils') @@ -37,7 +38,7 @@ module.exports = function () { http: [ path.resolve('src/shims/http.ts') ], https: [ path.resolve('src/shims/https.ts') ], path: [ path.resolve('src/shims/path.ts') ], - stream: [ path.resolve('src/shims/noop.ts') ], + stream: [ path.resolve('src/shims/stream.ts') ], crypto: [ path.resolve('src/shims/noop.ts') ] } }, -- cgit v1.2.3