fix: rollup -> rolldown

This commit is contained in:
xingyu4j
2026-03-23 17:51:46 +08:00
parent 1128ef5acd
commit 67afcadcf0

View File

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