From 7f959a98beb5dd6e36de31f583f89b84bacf73c2 Mon Sep 17 00:00:00 2001 From: Dylan Staley <88163+dstaley@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:12:23 -0700 Subject: [PATCH] fix(e2e): Use new config plugin type (#4339) --- integration/templates/tanstack-start/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/templates/tanstack-start/app.config.ts b/integration/templates/tanstack-start/app.config.ts index d1d9b04ded..732f04eabe 100644 --- a/integration/templates/tanstack-start/app.config.ts +++ b/integration/templates/tanstack-start/app.config.ts @@ -3,7 +3,7 @@ import tsConfigPaths from 'vite-tsconfig-paths' export default defineConfig({ vite: { - plugins: () => [ + plugins: [ tsConfigPaths({ projects: ['./tsconfig.json'], }),