Explorar el Código

fix: rollup -> rolldown

xingyu4j hace 2 meses
padre
commit
67afcadcf0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      internal/vite-config/src/plugins/license.ts

+ 1 - 1
internal/vite-config/src/plugins/license.ts

@@ -2,7 +2,7 @@ import type {
   NormalizedOutputOptions,
   OutputBundle,
   OutputChunk,
-} from 'rollup';
+} from 'rolldown';
 import type { PluginOption } from 'vite';
 
 import { EOL } from 'node:os';