From 6ba2e59ea7e72b414702f264ef723ac6d6c376d4 Mon Sep 17 00:00:00 2001 From: pngwn Date: Tue, 22 Oct 2024 20:35:28 +0100 Subject: [PATCH] Ci tweaks 5.4 (#9803) * build essential packages fpor functional tests * fix component tests --- .config/basevite.config.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/basevite.config.ts b/.config/basevite.config.ts index beb86c7ba2..36c6b9640a 100644 --- a/.config/basevite.config.ts +++ b/.config/basevite.config.ts @@ -33,7 +33,9 @@ export default defineConfig(({ mode }) => { server: { port: 9876 }, - + resolve: { + conditions: ["gradio"] + }, build: { sourcemap: false, target: "esnext",