File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import type { PluginOption } from 'vite';
44import Icons from 'unplugin-icons/vite' ;
55import IconsResolver from 'unplugin-icons/resolver' ;
66import Components from 'unplugin-vue-components/vite' ;
7- import { AntDesignVueResolver , NaiveUiResolver } from 'unplugin-vue-components/resolvers' ;
7+ import { NaiveUiResolver } from 'unplugin-vue-components/resolvers' ;
88import { FileSystemIconLoader } from 'unplugin-icons/loaders' ;
99import { createSvgIconsPlugin } from 'vite-plugin-svg-icons' ;
1010
@@ -31,9 +31,6 @@ export function setupUnplugin(viteEnv: Env.ImportMeta) {
3131 dts : 'src/typings/components.d.ts' ,
3232 types : [ { from : 'vue-router' , names : [ 'RouterLink' , 'RouterView' ] } ] ,
3333 resolvers : [
34- AntDesignVueResolver ( {
35- importStyle : false
36- } ) ,
3734 NaiveUiResolver ( ) ,
3835 IconsResolver ( { customCollections : [ collectionName ] , componentPrefix : VITE_ICON_PREFIX } )
3936 ]
You can’t perform that action at this time.
0 commit comments