From 4504f09f6e85f09b0489debb547a17209d7176ea Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Mon, 3 Aug 2020 18:06:49 +0200 Subject: deal with refresh token in embed --- client/webpack/webpack.video-embed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/webpack') diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index 319b00e5d..b6a1c4c05 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js @@ -28,7 +28,7 @@ module.exports = function () { alias: { 'video.js$': path.resolve('node_modules/video.js/core.js'), - '@app': path.resolve('src/app'), + '@root-helpers': path.resolve('src/root-helpers'), '@shared': path.resolve('../shared') } }, -- cgit v1.2.3