Dynamic Imports

This commit is contained in:
Felix Kaspar
2024-01-28 21:22:59 +01:00
parent fbc921a077
commit 50ab159abe
5 changed files with 29 additions and 10 deletions

View File

@@ -35,6 +35,7 @@
"@types/react-router-bootstrap": "^0.26.5",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.0.2",
"vite": "^4.4.4"
"vite": "^4.4.4",
"vite-plugin-dynamic-import": "^1.5.0"
}
}