We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ac887 commit 41a56f1Copy full SHA for 41a56f1
packages/@vue/cli-plugin-typescript/index.js
@@ -50,6 +50,7 @@ module.exports = (api, {
50
})
51
// make sure to append TSX suffix
52
tsxRule.use('ts-loader').loader('ts-loader').tap(options => {
53
+ options = Object.assign({}, options)
54
delete options.appendTsSuffixTo
55
options.appendTsxSuffixTo = [/\.vue$/]
56
return options
0 commit comments