Rename vite plugin
Lint / lint (push) Failing after 38s

This commit is contained in:
Julien Valverdé
2026-07-25 22:44:09 +02:00
parent 23547afe91
commit c40df980ed
14 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { tanstackRouter } from "@tanstack/router-plugin/vite"
import react from "@vitejs/plugin-react"
import effectViewRefresh from "@effect-view/vite"
import { effectViewPlugin } from "@effect-view/vite-plugin"
import path from "node:path"
import { defineConfig } from "vite"
@@ -8,7 +8,7 @@ import { defineConfig } from "vite"
// https://vite.dev/config/
export default defineConfig({
plugins: [
effectViewRefresh(),
effectViewPlugin(),
tanstackRouter({
target: "react",
autoCodeSplitting: true,