mirror of
https://github.com/vitejs/vite.git
synced 2024-11-22 07:09:05 +00:00
docs(api-plugin): note plugin options extended properties (#12181)
This commit is contained in:
parent
2aad5522dc
commit
e4215009f5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user