From 77411119b4cc85ddfd7ffb8fd196e3f41c205546 Mon Sep 17 00:00:00 2001 From: Hannes Rudolph Date: Wed, 7 Jan 2026 17:43:34 -0700 Subject: [PATCH] Update src/esbuild.mjs Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com> --- src/esbuild.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/esbuild.mjs b/src/esbuild.mjs index 5a8ff08e92..afc6e4feb2 100644 --- a/src/esbuild.mjs +++ b/src/esbuild.mjs @@ -33,7 +33,7 @@ if (typeof globalThis !== "undefined" && !globalThis._navigatorShimApplied) { standalone: false, onLine: true, }; - globalThis.navigator = globalThis.navigator || navigatorStub; + globalThis.navigator = navigatorStub; globalThis._navigatorShimApplied = true; } `