mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-13 12:40:18 -05:00
@@ -50,6 +50,7 @@ module.exports = (api, {
|
||||
})
|
||||
// make sure to append TSX suffix
|
||||
tsxRule.use('ts-loader').loader('ts-loader').tap(options => {
|
||||
options = Object.assign({}, options)
|
||||
delete options.appendTsSuffixTo
|
||||
options.appendTsxSuffixTo = [/\.vue$/]
|
||||
return options
|
||||
|
||||
Reference in New Issue
Block a user