From f204f01a2391c8e65ba81efd3a7250f9f9c138a4 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Wed, 8 Apr 2026 05:04:16 -0400 Subject: [PATCH] [Glitch] Update vite to version 8.0.5 Port 4299e33389c3e6d4b229c7bc25510d4abe779e97 to glitch-soc Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Claire --- app/javascript/flavours/glitch/polyfills/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/javascript/flavours/glitch/polyfills/index.ts b/app/javascript/flavours/glitch/polyfills/index.ts index 00da2042ed..30049a77c3 100644 --- a/app/javascript/flavours/glitch/polyfills/index.ts +++ b/app/javascript/flavours/glitch/polyfills/index.ts @@ -32,7 +32,6 @@ async function loadEmojiPolyfills() { // Loads Vite's module preload polyfill for older browsers, but not in a Worker context. function loadVitePreloadPolyfill() { if (typeof document === 'undefined') return; - // @ts-expect-error -- This is a virtual module provided by Vite. // eslint-disable-next-line import/extensions return import('vite/modulepreload-polyfill'); }