Skip to content

Commit

Permalink
rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
fcrozatier committed Jun 25, 2024
1 parent 4cc3138 commit b933970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/api-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ Vite plugins can also provide hooks that serve Vite-specific purposes. These hoo
```

::: warning Note
This plugin will not run when [`appType`](https://vitejs.dev/config/shared-options.html#apptype) is `"custom"`. HTML middlewares should be handled at the framework level.
This plugin may not always be run if you are using a framework. It is up to the framework to call this hook.
:::

### `handleHotUpdate`
Expand Down

0 comments on commit b933970

Please sign in to comment.