Skip to content

Commit

Permalink
docs(api): add shutdown compiler hook (#6226)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 authored Jun 19, 2022
1 parent db4c46b commit 1fae7f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/content/api/compiler-hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

1 comment on commit 1fae7f8

@vercel
Copy link

@vercel vercel bot commented on 1fae7f8 Jun 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.