diff options
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 | }, |