Closed badManPro closed 1 year ago
我也遇到了同样的问题,不支持vite4.0 下的自定义主题
好,这边尽快跟进看下
@badManPro @k7cd 有 demo 可以复现吗
vite 使用 react+swc模板创建项目就会遇到这个问题
同问,这个什么时候能解决呢
vite 使用 react+swc模板创建项目就会遇到这个问题
收到,这边尽快跟进看下 @iamcyw @chenguzhen87
@iamcyw @badManPro @chenguzhen87 @k7cd 我看了下用 react-swc 创建的项目,在引用插件的时候得按照如下的方式: import { vitePluginForArco } from '@arco-plugins/vite-react';
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