Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

References

Namespaces

Classes

Interfaces

Type aliases

Variables

Functions

References

Re-exports AssetInfo
Re-exports Cache
Re-exports Chunk
Re-exports ChunkGraph
Re-exports ChunkGroup
Re-exports Compilation
Re-exports Compiler
Re-exports JavascriptModulesPlugin
Re-exports Module
Re-exports ModuleGraph
Re-exports MultiCompiler
Re-exports MultiStats
Renames and re-exports EntryPlugin
Re-exports Stats
Re-exports StatsAsset
Re-exports StatsCompilation
Re-exports StatsError
Re-exports StatsModule
Re-exports StatsOptions
Renames and re-exports WebpackOptionsValidationError
Re-exports Watching
Re-exports WebpackError
Re-exports WebpackOptionsNormalized

Type aliases

Entry: string | (() => string | EntryObject | string[] | Promise<EntryStatic>) | EntryObject | string[]
EntryNormalized: (() => Promise<EntryStaticNormalized>) | EntryStaticNormalized
EntryOptions: { name?: string } & Omit<EntryDescriptionNormalized, "import">
ExternalItemValue: string | boolean | string[] | {}
Externals: string | RegExp | ExternalItem[] | (ExternalItemObjectKnown & ExternalItemObjectUnknown) | ((data: ExternalItemFunctionData, callback: (err?: null | Error, result?: string | boolean | string[] | {}) => void) => void) | ((data: ExternalItemFunctionData) => Promise<ExternalItemValue>)

Type parameters

  • OptionsType

LoaderDefinition<OptionsType, ContextAdditions>: LoaderDefinitionFunction<OptionsType, ContextAdditions> & { pitch?: PitchLoaderDefinitionFunction<OptionsType, ContextAdditions>; raw?: false }

Type parameters

  • OptionsType = {}

  • ContextAdditions = {}

ParserState: Record<string, any> & ParserStateBase
RawLoaderDefinition<OptionsType, ContextAdditions>: RawLoaderDefinitionFunction<OptionsType, ContextAdditions> & { pitch?: PitchLoaderDefinitionFunction<OptionsType, ContextAdditions>; raw: true }

Type parameters

  • OptionsType = {}

  • ContextAdditions = {}

RuleSetCondition: string | RegExp | ((value: string) => boolean) | RuleSetLogicalConditions | RuleSetCondition[]
RuleSetConditionAbsolute: string | RegExp | ((value: string) => boolean) | RuleSetLogicalConditionsAbsolute | RuleSetConditionAbsolute[]
RuleSetUse: string | (undefined | null | string | false | 0 | { ident?: string; loader?: string; options?: string | {} } | ((data: object) => string | { ident?: string; loader?: string; options?: string | {} } | __TypeWebpackOptions | __Type_2[]))[] | ((data: { compiler: string; issuer: string; realResource: string; resource: string; resourceQuery: string }) => __Type_2[]) | { ident?: string; loader?: string; options?: string | {} } | __TypeWebpackOptions
RuleSetUseItem: string | { ident?: string; loader?: string; options?: string | {} } | __TypeWebpackOptions
StatsChunk: KnownStatsChunk & Record<string, any>
StatsChunkGroup: KnownStatsChunkGroup & Record<string, any>
StatsChunkOrigin: KnownStatsChunkOrigin & Record<string, any>
StatsLogging: KnownStatsLogging & Record<string, any>
StatsLoggingEntry: KnownStatsLoggingEntry & Record<string, any>
StatsModuleIssuer: KnownStatsModuleIssuer & Record<string, any>
StatsModuleReason: KnownStatsModuleReason & Record<string, any>
StatsModuleTraceDependency: KnownStatsModuleTraceDependency & Record<string, any>
StatsModuleTraceItem: KnownStatsModuleTraceItem & Record<string, any>
StatsProfile: KnownStatsProfile & Record<string, any>
WebpackPluginFunction: (this: Compiler, compiler: Compiler) => void

Type declaration

Variables

UsageState: Readonly<{ NoInfo: 2; OnlyPropertiesUsed: 1; Unknown: 3; Unused: 0; Used: 4 }>
version: string

Functions

  • validate(options?: any): void
  • Parameters

    • Optional options: any

    Returns void

  • Parameters

    Returns void