fix more errors

This commit is contained in:
Philipp Kühn
2020-10-23 11:24:27 +02:00
parent c330e41a50
commit 54195d29eb
7 changed files with 21 additions and 19 deletions

View File

@@ -95,7 +95,7 @@ module.exports = function (api) {
.test(/\.tsx?$/)
.use()
.loader('ts-loader')
.options({ transpileOnly: true, appendTsSuffixTo: [/\.vue$/] })
.options({ transpileOnly: false, appendTsSuffixTo: [/\.vue$/] })
config.module
.rule('jsx')