8000 docs: mark vite plugin as not typed · nuxt/nuxt@25eae76 · GitHub < 8000 meta name="octolytics-url" content="https://collector.github.com/github/collect" />
[go: up one dir, main page]

Skip to content

Commit 25eae76

Browse files
committed
docs: mark vite plugin as not typed
1 parent 401aa90 commit 25eae76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/4.api/5.kit/14.builder.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ See [Vite website](https://vite.dev/guide/api-plugin) for more information about
210210
**`pluginOrGetter`**: A Vite plugin instance or an array of Vite plugin instances. If a function is provided, it must return a Vite plugin instance or an array of Vite plugin instances. The function can also be async or return a Promise, which is useful for lazy-loading plugins:
211211

212212
```ts twoslash
213+
// @errors: 2307
213214
import { addVitePlugin, defineNuxtModule } from '@nuxt/kit'
214215

215216
export default defineNuxtModule({

0 commit comments

Comments
 (0)
0