environmentSyncHook<[]>
Called while preparing the compiler environment, right after initializing the plugins in the configuration file.
afterEnvironmentSyncHook<[]>
Called right after the environment hook, when the compiler environment setup is complete.
afterPluginsSyncHook<[Compiler]>
Called after setting up initial set of internal plugins.
afterResolversSyncHook<[Compiler]>
Triggered after resolver setup is complete.
entryOptionSyncBailHook<[string, EntryNormalized]>
Called after the entry configuration has been processed.
initializeSyncHook<[]>
Called when a compiler object is initialized.
beforeRunAsyncSeriesHook<[Compiler]>
Adds a hook right before running the compiler.
runAsyncSeriesHook<[Compiler]>
Called at the beginning of a build execution.
childCompilerSyncHook[Compiler, string, number]
where the version of the function type is
>=0.4.1.
Executed after created a childCompiler.
watchRunAsyncSeriesHook<[Compiler]>
Executes a plugin during watch mode after a new compilation is triggered but before the compilation is actually started.
compileSyncHook<[]>
Called right after beforeCompile, before a new compilation is created.
beforeCompileAsyncSeriesHook<[]>
Executes a plugin after compilation parameters are created.
afterCompileAsyncSeriesHook<[Compilation]>
Called after finishing and sealing the compilation.
thisCompilationSyncHook<[Compilation]>
Executed while initializing the compilation, right before emitting the compilation event.
compilationSyncHook<[Compilation]>
Runs a plugin after a compilation has been created.
makeAsyncParallelHook<[Compilation]>
Executed before the make stage.
shouldEmitSyncBailHook<[Compilation]>
where the version of the function type is
>=0.4.1.
Return a boolean telling whether to emit.
emitAsyncSeriesHook<[Compilation]>
Executed right before emitting assets to output directory.
afterEmitAsyncSeriesHook<[Compilation]>
Called after emitting assets to output directory.
doneAsyncSeriesHook<Stats>
Executed when the compilation has completed.
afterDoneAsyncSeriesHook<Stats>
Executed after done hook.
watchCloseSyncHook<[]>
Called when a watching compilation has stopped.
failedSyncHook<[Error]>
Called if the compilation fails.