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 9d3e4e6 commit 1132041
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/plugin-vue/src/main.ts
Original file line number Diff line number Diff line change
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 1132041

Please sign in to comment.