hotfix: icon library resolution (#74)

This commit is contained in:
Razboy20
2024-02-03 14:21:25 -06:00
committed by GitHub
parent 359e65496f
commit e015a79526
8 changed files with 209 additions and 49 deletions

View File

@@ -45,7 +45,7 @@ let server: ViteDevServer;
export default defineConfig({
plugins: [
react(),
Icons({ compiler: 'jsx' }),
Icons({ compiler: 'jsx', jsx: 'react' }),
crx({ manifest }),
inspect(),
{