diff options
author | Chocobozzz <me@florianbigard.com> | 2021-08-30 10:49:24 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-08-30 10:49:24 +0200 |
commit | 893f0f2f0f9c8f5b9f829e48691b0a236e229868 (patch) | |
tree | 2ffa07929213248edb063c80135a48c684c397bc /client | |
parent | fcf9ae8aa6d3945b0c00ade373adf07d6783a0f1 (diff) | |
download | PeerTube-893f0f2f0f9c8f5b9f829e48691b0a236e229868.tar.gz PeerTube-893f0f2f0f9c8f5b9f829e48691b0a236e229868.tar.zst PeerTube-893f0f2f0f9c8f5b9f829e48691b0a236e229868.zip |
Specify absolute tsconfig path for webpack
Diffstat (limited to 'client')
-rw-r--r-- | client/webpack/webpack.video-embed.js | 2 |
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 | ] |