Hierarchy

  • MultiCompiler

Constructors

Properties

compilers: Compiler[]
dependencies: WeakMap<Compiler, string[]>
hooks: Readonly<{
    done: SyncHook<[MultiStats], void, UnsetAdditionalOptions>;
    infrastructureLog: MultiHook<SyncBailHook<[string, string, any[]], true, UnsetAdditionalOptions>>;
    invalid: MultiHook<SyncHook<[null | string, number], void, UnsetAdditionalOptions>>;
    run: MultiHook<AsyncSeriesHook<[Compiler], UnsetAdditionalOptions>>;
    watchClose: SyncHook<[], void, UnsetAdditionalOptions>;
    watchRun: MultiHook<AsyncSeriesHook<[Compiler], UnsetAdditionalOptions>>;
}>

Type declaration

inputFileSystem: InputFileSystem
intermediateFileSystem: IntermediateFileSystem
outputFileSystem: OutputFileSystem
running: boolean
watchFileSystem: WatchFileSystem

Accessors

  • get outputPath(): string
  • Returns string

Methods

  • Parameters

    Returns void

  • Parameters

    • Optional name: any

    Returns WebpackLogger

  • Returns void

  • Parameters

    Returns void

  • Parameters

    • compiler: Compiler
    • dependencies: string[]

    Returns void

  • Parameters

    Returns boolean

Generated using TypeDoc