SWC-Plugin durch React-Plugin ersetzt (keine Build-Scripts nötig)
Deploy Fitness App / deploy (push) Successful in 1m19s

This commit is contained in:
2026-05-09 13:43:32 +02:00
parent 21ab0763a6
commit 82639d2ad2
12 changed files with 7 additions and 368 deletions
-1
View File
@@ -22,7 +22,6 @@
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"@vitejs/plugin-react-swc": "^4.3.0",
"eslint": "^10.2.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
+1 -1
View File
@@ -1,5 +1,5 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
import react from "@vitejs/plugin-react";
import tailwindcss from "@tailwindcss/vite";
import { VitePWA } from "vite-plugin-pwa";