plugin overview
Added in v1.0.0
Table of contents
utils
TypedPluginOptions (interface)
Signature
export interface TypedPluginOptions {
readonly clientEntries?: Record<string, string>
readonly clientOutputDirectory?: string
readonly serverEntry?: string
readonly serverOutputDirectory?: string
readonly rootDir?: string
readonly tsconfig?: string
}
Added in v1.0.0
makeTypedPlugin
Signature
export declare function makeTypedPlugin(pluginOptions: TypedPluginOptions): Array<PluginOption>
Added in v1.0.0