From 893f0f2f0f9c8f5b9f829e48691b0a236e229868 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 30 Aug 2021 10:49:24 +0200 Subject: [PATCH] Specify absolute tsconfig path for webpack --- client/webpack/webpack.video-embed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index 4c7f7e19c..8cd606b39 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js @@ -69,7 +69,7 @@ module.exports = function () { { loader: 'ts-loader', options: { - configFile: 'tsconfig.json' + configFile: helpers.root('tsconfig.json') } } ] -- 2.41.0