new MultiCompiler(compilers, options): MultiCompiler
Attributes
Creates an instance of MultiCompiler.
Attributes
compilers:
Compiler[]inputFileSystem:
InputFileSystemSets input file system.
intermediateFileSystem:
IntermediateFileSystemSets intermediate file system.
options:
WebpackOptionsNormalized[] & MultiCompilerOptionsoutputFileSystem:
OutputFileSystemSets output file system.
outputPath:
stringrunning:
booleanwatchFileSystem:
WatchFileSystemSets watch file system.
watching:
MultiWatchingclose(callback): void
Attributes
Processes the provided error callback.
getInfrastructureLogger(name): WebpackLogger
Attributes
Returns:
WebpackLoggerGets infrastructure logger.
purgeInputFileSystem(): void
Returns:
voidM
run
run(callback): void
Attributes
callback:
CallbackWebpackFunction_2<MultiStats, void>Returns:
voidProcesses the provided multi stat.
runWithDependencies(compilers, fn, callback): void
Stability: 0Deprecated: This method should have been private
Attributes
compilers:
Compiler[]fn:
(compiler: Compiler, callback: CallbackWebpackFunction_2<MultiStats, void>) => voidcallback:
CallbackWebpackFunction_2<Stats[], void>Returns:
voidRun with dependencies.
setDependencies(compiler, dependencies): void
Attributes
Updates dependencies using the provided compiler.
validateDependencies(callback): boolean
Attributes
callback:
CallbackWebpackFunction_2<MultiStats, void>Returns:
booleanValidate dependencies.
watch(watchOptions, handler): MultiWatching | undefined
Attributes
watchOptions:
WatchOptions | WatchOptions[]handler:
CallbackWebpackFunction_2<MultiStats, void>Returns:
MultiWatching | undefinedReturns a compiler watcher.
M
done
done(multiStats): void
Attributes
multiStats:
MultiStatsReturns:
voidReturns:
voidReturns:
voidReturns:
voidwatchClose(): void
Returns:
voidReturns:
void