fix: rollup -> rolldown

pull/340/MERGE
xingyu4j 2026-03-23 17:51:46 +08:00
parent 1128ef5acd
commit 67afcadcf0
1 changed files with 1 additions and 1 deletions

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';