Specify absolute tsconfig path for webpack

pull/4367/head
Chocobozzz 2021-08-30 10:49:24 +02:00
parent fcf9ae8aa6
commit 893f0f2f0f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ module.exports = function () {
{
loader: 'ts-loader',
options: {
configFile: 'tsconfig.json'
configFile: helpers.root('tsconfig.json')
}
}
]