arco-design / arco-plugins

Webpack / Vite plugins for Arco Design
https://arco.design
MIT License
68 stars 41 forks source link

希望支持Vite 4.0版本使用 #40

Closed badManPro closed 1 year ago

badManPro commented 1 year ago

Basic Info

What are the similar cases of this feature

暂无

What problem does this feature solve?

vite4.0.0 在vite.config.ts中配置@arco-plugins/vite-react配置时,显示TypeError: vitePluginForArco is not a function,希望可以支持vite4.0.0

k7cd commented 1 year ago

 我也遇到了同样的问题,不支持vite4.0 下的自定义主题

jinghm318 commented 1 year ago

好,这边尽快跟进看下

jinghm318 commented 1 year ago

@badManPro @k7cd 有 demo 可以复现吗

citywalki commented 1 year ago

vite 使用 react+swc模板创建项目就会遇到这个问题

chenguzhen87 commented 1 year ago

同问,这个什么时候能解决呢

jinghm318 commented 1 year ago

vite 使用 react+swc模板创建项目就会遇到这个问题

收到,这边尽快跟进看下 @iamcyw @chenguzhen87

jinghm318 commented 1 year ago

@iamcyw @badManPro @chenguzhen87 @k7cd 我看了下用 react-swc 创建的项目,在引用插件的时候得按照如下的方式: import { vitePluginForArco } from '@arco-plugins/vite-react';