From 9315fc182229f13ee793dc44107947b2fe6ab50e Mon Sep 17 00:00:00 2001 From: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> Date: Tue, 7 Jul 2026 00:49:39 +0530 Subject: [PATCH] fix: disable pluginTimings and invalidAnnotation for now --- src/node/build/bundle.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/node/build/bundle.ts b/src/node/build/bundle.ts index f851b3d5..be280a3a 100644 --- a/src/node/build/bundle.ts +++ b/src/node/build/bundle.ts @@ -165,6 +165,11 @@ export async function bundle( ] } }) + }, + checks: { + invalidAnnotation: false, // FIXME: remove when vueuse releases a new version + pluginTimings: false, + ...rolldownOptions?.checks } } },