aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/webpack
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-08-30 10:49:24 +0200
committerChocobozzz <me@florianbigard.com>2021-08-30 10:49:24 +0200
commit893f0f2f0f9c8f5b9f829e48691b0a236e229868 (patch)
tree2ffa07929213248edb063c80135a48c684c397bc /client/webpack
parentfcf9ae8aa6d3945b0c00ade373adf07d6783a0f1 (diff)
downloadPeerTube-893f0f2f0f9c8f5b9f829e48691b0a236e229868.tar.gz
PeerTube-893f0f2f0f9c8f5b9f829e48691b0a236e229868.tar.zst
PeerTube-893f0f2f0f9c8f5b9f829e48691b0a236e229868.zip
Specify absolute tsconfig path for webpack
Diffstat (limited to 'client/webpack')
-rw-r--r--client/webpack/webpack.video-embed.js2
1 files changed, 1 insertions, 1 deletions
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 () {
69 { 69 {
70 loader: 'ts-loader', 70 loader: 'ts-loader',
71 options: { 71 options: {
72 configFile: 'tsconfig.json' 72 configFile: helpers.root('tsconfig.json')
73 } 73 }
74 } 74 }
75 ] 75 ]