🔨 Removed useless build-deps

This commit is contained in:
2026-03-06 14:28:03 -05:00
parent 7818c6f290
commit e083c18c0e
5 changed files with 905 additions and 2251 deletions

View File

@@ -1,5 +1,4 @@
import react from "@vitejs/plugin-react";
import { nodeResolve } from "@rollup/plugin-node-resolve";
import { defineConfig } from "vite";
export default defineConfig({
@@ -43,10 +42,6 @@ export default defineConfig({
},
server: { host: true },
plugins: [
nodeResolve({
// browser: true
exportConditions: ["node"],
}),
react({
// Use React plugin in all *.jsx and *.tsx files
include: "**/*.{jsx,tsx}",