Replies: 1 comment
-
compiler:{
type: 'vite',
vitePlugins:[
Components({
resolvers: [NutUIResolver({ taro: true })]
})
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
可以使用vite构建工具并实现自动按需引入吗?配置文件怎么写
官方文档中使用webpack5
我尝试写的配置文件如下
但是没效果
完整config/index.ts内容如下
Beta Was this translation helpful? Give feedback.
All reactions