chore: use only rolldown for building (#7101)

This commit is contained in:
SamTV12345 2025-08-26 22:22:10 +02:00 committed by GitHub
parent a5413d7272
commit f0e7942a55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 460 additions and 720 deletions

View file

@ -20,7 +20,6 @@
"@types/react-dom": "^19.1.7",
"@typescript-eslint/eslint-plugin": "^8.40.0",
"@typescript-eslint/parser": "^8.40.0",
"@vitejs/plugin-react-swc": "^4.0.1",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
@ -34,9 +33,11 @@
"react-router-dom": "^7.8.1",
"socket.io-client": "^4.8.1",
"typescript": "^5.9.2",
"vite": "^7.1.3",
"vite": "npm:rolldown-vite@latest",
"vite-plugin-static-copy": "^3.1.2",
"vite-plugin-svgr": "^4.3.0",
"zustand": "^5.0.8"
},
"overrides": {
"vite": "npm:rolldown-vite@latest"
}
}