remove unneeded vite dep

This commit is contained in:
dswbx
2025-07-05 14:17:26 +02:00
parent db2a994a01
commit c384bf4dd4
3 changed files with 1 additions and 9 deletions
-2
View File
@@ -5,7 +5,6 @@ import tsconfigPaths from "vite-tsconfig-paths";
import { devServerConfig } from "./src/adapter/vite/dev-server-config";
import tailwindcss from "@tailwindcss/vite";
import pkg from "./package.json" with { type: "json" };
import circleDependency from "vite-plugin-circular-dependency";
// https://vitejs.dev/config/
export default defineConfig({
@@ -23,7 +22,6 @@ export default defineConfig({
},
},
plugins: [
circleDependency(),
react(),
tsconfigPaths({
// otherwise it'll throw an error because of examples/astro