We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
vite/modulepreload-polyfill
1 parent 56f7336 commit 17330d2Copy full SHA for 17330d2
2 files changed
packages/vite/client.d.ts
@@ -1,5 +1,8 @@
1
/// <reference path="./types/importMeta.d.ts" />
2
3
+// virtual modules
4
+declare module 'vite/modulepreload-polyfill' {}
5
+
6
// CSS modules
7
type CSSModuleClasses = { readonly [key: string]: string }
8
playground/backend-integration/frontend/entrypoints/main.ts
@@ -1,4 +1,3 @@
-// @ts-expect-error virtual module (TODO: investigate typing this)
import 'vite/modulepreload-polyfill'
import cssUrl from '../styles/url.css?url'
import waterContainer from './water-container.svg'
0 commit comments