feat(packages/tuono): config – add optimizeDeps and plugins to vite options (#197)

This commit is contained in:
Marco Pasqualetti
2024-12-08 10:44:09 +01:00
committed by GitHub
parent bcf7e5b5ab
commit c6e93c266a
12 changed files with 284 additions and 240 deletions
+2 -2
View File
@@ -26,7 +26,7 @@
"@eslint/js": "9.15.0",
"@tanstack/config": "^0.7.0",
"@types/node": "^22.0.0",
"@types/react": "^18.3.1",
"@types/react": "^18.3.13",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.15.0",
"eslint-import-resolver-typescript": "^3.6.1",
@@ -35,7 +35,7 @@
"eslint-plugin-react-hooks": "^5.0.0",
"prettier": "^3.2.4",
"turbo": "^2.2.3",
"typescript": "^5.6.3",
"typescript": "5.6.3",
"typescript-eslint": "8.15.0",
"vite": "^5.2.11",
"vitest": "^2.0.0"