瀏覽代碼

fix: rollup -> rolldown

xingyu4j 2 月之前
父節點
當前提交
67afcadcf0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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';