X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fwebpack%2Fwebpack.video-embed.js;h=b6a1c4c050f918f4d8db03f57445c1e1ac821ea1;hb=4504f09f6e85f09b0489debb547a17209d7176ea;hp=e7671d3ea1a31842e171d720401d0d29f7c9c6ff;hpb=a3b5e78af3696f807e54bc4b11e559bbd9b6ba1e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index e7671d3ea..b6a1c4c05 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js @@ -27,7 +27,9 @@ module.exports = function () { modules: [ helpers.root('src'), helpers.root('node_modules') ], alias: { - 'video.js$': path.resolve('node_modules/video.js/core.js') + 'video.js$': path.resolve('node_modules/video.js/core.js'), + '@root-helpers': path.resolve('src/root-helpers'), + '@shared': path.resolve('../shared') } },