diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-06 16:41:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-11 11:49:01 +0200 |
commit | 134006b0d4528c07f0022c6e75257bf9fedbfebb (patch) | |
tree | 8c977db89b10984896f7e96c92109d5b4ab345b6 /client/webpack | |
parent | 31aa391d13f78743bb552bc8c337964afb3b5817 (diff) | |
download | PeerTube-134006b0d4528c07f0022c6e75257bf9fedbfebb.tar.gz PeerTube-134006b0d4528c07f0022c6e75257bf9fedbfebb.tar.zst PeerTube-134006b0d4528c07f0022c6e75257bf9fedbfebb.zip |
Update client dependencies
Diffstat (limited to 'client/webpack')
-rw-r--r-- | client/webpack/webpack.video-embed.js | 3 |
1 files changed, 2 insertions, 1 deletions
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 () { | |||
27 | 27 | ||
28 | alias: { | 28 | alias: { |
29 | 'video.js$': path.resolve('node_modules/video.js/core.js'), | 29 | 'video.js$': path.resolve('node_modules/video.js/core.js'), |
30 | 'hls.js$': path.resolve('node_modules/hls.js/dist/hls.light.js'), | ||
30 | '@root-helpers': path.resolve('src/root-helpers'), | 31 | '@root-helpers': path.resolve('src/root-helpers'), |
31 | '@shared/models': path.resolve('../shared/models'), | 32 | '@shared/models': path.resolve('../shared/models'), |
32 | '@shared/core-utils': path.resolve('../shared/core-utils') | 33 | '@shared/core-utils': path.resolve('../shared/core-utils') |
@@ -37,7 +38,7 @@ module.exports = function () { | |||
37 | http: [ path.resolve('src/shims/http.ts') ], | 38 | http: [ path.resolve('src/shims/http.ts') ], |
38 | https: [ path.resolve('src/shims/https.ts') ], | 39 | https: [ path.resolve('src/shims/https.ts') ], |
39 | path: [ path.resolve('src/shims/path.ts') ], | 40 | path: [ path.resolve('src/shims/path.ts') ], |
40 | stream: [ path.resolve('src/shims/noop.ts') ], | 41 | stream: [ path.resolve('src/shims/stream.ts') ], |
41 | crypto: [ path.resolve('src/shims/noop.ts') ] | 42 | crypto: [ path.resolve('src/shims/noop.ts') ] |
42 | } | 43 | } |
43 | }, | 44 | }, |