emersonbottero / vitepress-plugin-search

Provide local search to your documentation site.
MIT License
238 stars 30 forks source link

Type 'Plugin_2' is not assignable to type 'PluginOption' #74

Closed sagargurtu closed 1 year ago

sagargurtu commented 1 year ago

Current Behavior

TypeScript throws error when vitepress-plugin-search@^1.0.4-alpha.18 is used with vitepress@^1.0.0-alpha.64.

screen

Desired Behavior

vitepress-plugin-search should be compatible with new non-major versions of vitepress.

Possible Solution

Remove build dependency on vitepress (link) and only maintain its peerDependency.