BREAKING CHANGE: start over for react + three project

This commit is contained in:
2025-05-21 17:39:12 +02:00
parent a6154e1aab
commit 5a82769a5d
81 changed files with 1443 additions and 5728 deletions

View File

@@ -1,10 +1,7 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react-swc";
import tsconfigPaths from "vite-tsconfig-paths";
import { manifest } from "./build/manifestPlugin";
const config = defineConfig({
plugins: [react(), manifest(), tsconfigPaths()],
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
});
export default config;