Additional setup

This commit is contained in:
Stephan
2022-09-30 22:19:24 +02:00
parent c48001f2d5
commit e76a4538c4
5 changed files with 17 additions and 3 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import svgr from "vite-plugin-svgr"
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()]
plugins: [react(), svgr()]
})