diff options
Diffstat (limited to 'client/webpack/webpack.video-embed.js')
-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'), |