From 1b49a6f3f7359c8b41762bafd18411418761b939 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sun, 21 Sep 2025 16:52:53 -0400 Subject: [PATCH] feat: add @vitejs/plugin-react dependency for improved React support --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 701adb9..07d5b57 100644 --- a/package.json +++ b/package.json @@ -91,6 +91,7 @@ "@types/react-dom": "^18.2.17", "@vite-pwa/assets-generator": "^0.2.4", "@vitejs/plugin-react-swc": "^3.5.0", + "@vitejs/plugin-react": "^5.0.3", "autoprefixer": "^10.4.16", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0",