We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3e7ab commit 031ca43Copy full SHA for 031ca43
src/types.ts
@@ -1,5 +1,5 @@
1
import type { Plugin as RollupPlugin, OutputOptions as RollupOutputOptions } from 'rollup';
2
import type { Plugin as VitePlugin } from 'vite';
3
4
-export type Plugin = RollupPlugin | VitePlugin;
+export type Plugin = VitePlugin;
5
export type OutputOptions = RollupOutputOptions;
0 commit comments