From b451cf103361a21d4f415f98e378599ac02f8c75 Mon Sep 17 00:00:00 2001 From: Rico Kahler Date: Tue, 24 Sep 2024 09:37:44 -0500 Subject: [PATCH] comment out alias for now --- perf/efps/runTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf/efps/runTest.ts b/perf/efps/runTest.ts index 0bf11f3b8269..a7991d1916fd 100644 --- a/perf/efps/runTest.ts +++ b/perf/efps/runTest.ts @@ -52,7 +52,7 @@ export async function runTest({ const alias: Record = {'#config': fileURLToPath(test.configPath!)} if (sanityPackagePath) { - alias.sanity = sanityPackagePath + // alias.sanity = sanityPackagePath } await vite.build({