Przeglądaj źródła

fix ViteManifestValue

Yuki Takei 3 lat temu
rodzic
commit
88af4e4ac3
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      packages/core/src/interfaces/vite.ts

+ 1 - 0
packages/core/src/interfaces/vite.ts

@@ -2,6 +2,7 @@ export type ViteManifestValue = {
   file: string,
   src: string,
   isEntry?: boolean,
+  css?: string[],
 }
 
 export type ViteManifest = {