From 67afcadcf0927f08794c5281f097909626562cd4 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Mon, 23 Mar 2026 17:51:46 +0800 Subject: [PATCH] fix: rollup -> rolldown --- internal/vite-config/src/plugins/license.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/vite-config/src/plugins/license.ts b/internal/vite-config/src/plugins/license.ts index 81fc4ff07..f87a05b18 100644 --- a/internal/vite-config/src/plugins/license.ts +++ b/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';