Skip to content

Commit f2f5daf

Browse files
authored
chore: remove invalid condition (#5758)
1 parent c26f6ec commit f2f5daf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/plugin-vue/src/main.ts

-2
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,6 @@ async function genScriptCode(
271271
'_sfc_main',
272272
script.lang === 'ts'
273273
? ['typescript']
274-
: script.lang === 'tsx'
275-
? ['typescript', 'jsx']
276274
: undefined
277275
)
278276
map = script.map

0 commit comments

Comments
 (0)