]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/webpack/webpack.video-embed.js
deal with refresh token in embed
[github/Chocobozzz/PeerTube.git] / client / webpack / webpack.video-embed.js
index e7671d3ea1a31842e171d720401d0d29f7c9c6ff..b6a1c4c050f918f4d8db03f57445c1e1ac821ea1 100644 (file)
@@ -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')
       }
     },