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 8e4f7a1 commit dee4c23Copy full SHA for dee4c23
src/types.ts
@@ -1,4 +1,4 @@
1
-import type { Plugin as RollupPlugin, OutputOptions as RollupOutputOptions } from 'rollup';
+import type { OutputOptions as RollupOutputOptions } from 'rollup';
2
import type { Plugin as VitePlugin } from 'vite';
3
4
export type Plugin = VitePlugin;
0 commit comments