new MultiCompiler(compilers, options): MultiCompilerAttributes
Creates an instance of MultiCompiler.
Attributes
compilers:
<Compiler>[]
dependencies:
<WeakMap><
<Compiler>
,
<string>
[]>hooks:
<Readonly>
<
<object>
>inputFileSystem:
<InputFileSystem>Sets input file system.
intermediateFileSystem:
<IntermediateFileSystem>Sets intermediate file system.
options:
<WebpackOptionsNormalized>outputFileSystem:
<OutputFileSystem>Sets output file system.
outputPath:
<string>running:
<boolean>watchFileSystem:
<WatchFileSystem>Sets watch file system.
close(callback): voidAttributes
callback:
<object>Returns:
{void}
Processes the provided error callback.
getInfrastructureLogger(name): WebpackLoggerAttributes
Gets infrastructure logger.
purgeInputFileSystem(): voidReturns:
{void}
M
run
run(callback): voidcallback<CallbackWebpackFunction_2><<MultiStats>,<void>>- Returns: {void}
Processes the provided multi stat.
runWithDependencies(compilers, fn, callback): voidStability: 0Deprecated: This method should have been private
Attributes
Run with dependencies.
setDependencies(compiler, dependencies): voidAttributes
Updates dependencies using the provided compiler.
validateDependencies(callback): voidcallback<CallbackWebpackFunction_2><<MultiStats>,<void>>- Returns:
<boolean>
Validate dependencies.
watch(watchOptions, handler): MultiWatching | undefinedAttributes
Returns a compiler watcher.