fix: rollup -> rolldown
parent
1128ef5acd
commit
67afcadcf0
|
|
@ -2,7 +2,7 @@ import type {
|
||||||
NormalizedOutputOptions,
|
NormalizedOutputOptions,
|
||||||
OutputBundle,
|
OutputBundle,
|
||||||
OutputChunk,
|
OutputChunk,
|
||||||
} from 'rollup';
|
} from 'rolldown';
|
||||||
import type { PluginOption } from 'vite';
|
import type { PluginOption } from 'vite';
|
||||||
|
|
||||||
import { EOL } from 'node:os';
|
import { EOL } from 'node:os';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue