diff --git a/src/content/api/compiler-hooks.mdx b/src/content/api/compiler-hooks.mdx index 4c19eade802f..3f107f5f5a5c 100644 --- a/src/content/api/compiler-hooks.mdx +++ b/src/content/api/compiler-hooks.mdx @@ -284,6 +284,12 @@ Executed when a watching compilation has been invalidated. This hook is _not_ co Called when a watching compilation has stopped. +### shutdown + +`AsyncSeriesHook` + +Called when the compiler is closing. + ### infrastructureLog `SyncBailHook`