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 1422395 commit b6df9aaCopy full SHA for b6df9aa
packages/vite/src/node/index.ts
@@ -97,7 +97,13 @@ export type {
97
DevEnvironmentOptions,
98
ResolvedDevEnvironmentOptions,
99
} from './config'
100
-export type { Plugin, PluginOption, HookHandler } from './plugin'
+export type {
101
+ Plugin,
102
+ PluginOption,
103
+ HookHandler,
104
+ ConfigPluginContext,
105
+ MinimalPluginContextWithoutEnvironment,
106
+} from './plugin'
107
export type { Environment } from './environment'
108
export type { FilterPattern } from './utils'
109
export type { CorsOptions, CorsOrigin, CommonServerOptions } from './http'
0 commit comments