You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because `jsxImportSource: "vue"` is only available in Vue 3.3 and above:
<https://blog.vuejs.org/posts/vue-3-3#jsx-import-source-support>
I also made both `vue` and `typescript` optional peer dependencies,
in case the configuration is not used to *run* or *type-check* a vue
project, but only to *transpile* some source code.
Closes#17, as we never intended to support Vue 2.x in the first place,
even it works in some earlier versions, the configuration might not be
optimal for Vue 2.x projects.
0 commit comments