Closed qyd159 closed 6 months ago
请用以下使用方式代替
// vite.config.ts
import { defineConfig } from 'vite'
export default async () => {
const UnoCSS = (await import('unocss/vite')).default
return defineConfig({
plugins: [
UnoCSS()
//...
],
})
}
描述问题
unocss/vite不支持在huilderx中使用,hbulderx不支持使用vite.config.mts作为配置
复现
hbuilderx项目根目录下vite配置 vite.config.ts
系统信息
基础环境信息:
Windows 11 10.0.22631
20.12.2
1.89.1
2.0.19
基础依赖信息:
3.4.27
4.5.3
使用的包管理器
yarn
核对