Skip to content

Commit 031ca43

Browse files
committed
FIXUP: use vite plugin type
1 parent 8b3e7ab commit 031ca43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Plugin as RollupPlugin, OutputOptions as RollupOutputOptions } from 'rollup';
22
import type { Plugin as VitePlugin } from 'vite';
33

4-
export type Plugin = RollupPlugin | VitePlugin;
4+
export type Plugin = VitePlugin;
55
export type OutputOptions = RollupOutputOptions;

0 commit comments

Comments
 (0)