gloriasoft / veaury

Use React in Vue3 and Vue3 in React, And as perfect as possible!
MIT License
1.31k stars 83 forks source link

update vite plugin #104

Closed lin52025iq closed 4 months ago

lin52025iq commented 11 months ago

type 为 vue 时,支持自定义 react 组件文件目录

设置 默认 vueJsxInclude 和 vueJsxExclude,避免vite.config.ts 使用type 为 vue 或 react 时 ts报错。

devilwjp commented 11 months ago

@lin52025iq 设置为type为custom就行了,然后通过设置vueJsxInclude来确定vue的jsx组件的文件目录,其他目录将识别为react的jsx,参考 https://github.com/devilwjp/veaury#vite 的custom设置部分