add vite react plugin

This commit is contained in:
MapleLeaf
2021-12-31 10:55:29 -06:00
committed by Darius
parent 66e4ebc250
commit 594c0dc42d
4 changed files with 210 additions and 96 deletions

View File

@@ -0,0 +1,6 @@
import react from "@vitejs/plugin-react"
import { defineConfig } from "vite"
export default defineConfig({
plugins: [react()],
})