From 040fa6650c3000eaad702fd039ae5dcf2fccf69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nenad=20Novakovi=C4=87?= Date: Sun, 23 Jan 2022 01:34:08 +0100 Subject: [PATCH] chore(IconsResolver): update deprecated property (#282) --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 90d09f7..5dccfc0 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -62,7 +62,7 @@ export default defineConfig({ // auto import icons // https://github.com/antfu/unplugin-icons IconsResolver({ - componentPrefix: '', + prefix: false, // enabledCollections: ['carbon'] }), ],