Skip to content

Commit

Permalink
chore: remove invalid condition (#5758)
Browse files Browse the repository at this point in the history
  • Loading branch information
y1d7ng committed Nov 19, 2021
1 parent c26f6ec commit f2f5daf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/plugin-vue/src/main.ts
Expand Up @@ -271,8 +271,6 @@ async function genScriptCode(
'_sfc_main',
script.lang === 'ts'
? ['typescript']
: script.lang === 'tsx'
? ['typescript', 'jsx']
: undefined
)
map = script.map
Expand Down

0 comments on commit f2f5daf

Please sign in to comment.