Update vite.config.js

This commit is contained in:
Tom (plebeius.eth)
2025-06-03 17:52:45 +02:00
parent bbc64241be
commit 69962cf3c4
+1 -1
View File
@@ -173,7 +173,7 @@ export default defineConfig({
rollupOptions: {
output: {
manualChunks: {
vendor: ['react', 'react-dom', 'react-router-dom']
vendor: ['react', 'react-dom', 'react-router-dom', 'react-i18next', 'i18next', 'i18next-browser-languagedetector', 'i18next-http-backend']
}
}
}