Skip to content

Commit

Permalink
docs(api-plugin): note plugin options extended properties (#12181)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Feb 26, 2023
1 parent 2aad552 commit e421500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guide/api-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ The following hooks are called on each incoming module request:
- [`load`](https://rollupjs.org/plugin-development/#load)
- [`transform`](https://rollupjs.org/plugin-development/#transform)

They also have an extended `options` parameter with additional Vite-specific properties. You can read more in the [SSR documentation](/guide/ssr#ssr-specific-plugin-logic).

The following hooks are called when the server is closed:

- [`buildEnd`](https://rollupjs.org/plugin-development/#buildend)
Expand Down

0 comments on commit e421500

Please sign in to comment.