We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f9e16 commit 9665fb7Copy full SHA for 9665fb7
packages/vite/src/node/plugin.ts
@@ -37,7 +37,7 @@ import type { PreviewServerHook } from './preview'
37
* If a plugin should be applied only for server or build, a function format
38
* config file can be used to conditional determine the plugins to use.
39
*/
40
-export interface Plugin extends RolldownPlugin {
+export interface Plugin<T = any> extends RolldownPlugin<T> {
41
/**
42
* Enforce plugin invocation tier similar to webpack loaders. Hooks ordering
43
* is still subject to the `order` property in the hook object.
0 commit comments