diff --git a/src/types.ts b/src/types.ts index a5f588bd..8f7e5d5b 100644 --- a/src/types.ts +++ b/src/types.ts @@ -9,6 +9,9 @@ export { EsbuildPlugin, RollupPlugin, VitePlugin, + WebpackPluginInstance, + RspackPluginInstance, + RspackCompiler, WebpackCompiler, }