Update vite to version 8.0.5 (#38591)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
Matt Jankowski
2026-04-08 05:04:16 -04:00
committed by GitHub
parent f597589695
commit 4299e33389
2 changed files with 4 additions and 5 deletions

View File

@@ -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');
}