gabrielcsapo / docusaurus-plugin-search-local

An offline/local search plugin for Docusaurus v2
https://gabrielcsapo.github.io/docusaurus-plugin-search-local/
MIT License
25 stars 9 forks source link

Update to be compatible with Cheerio 1.0.0. #85

Closed tjni closed 1 month ago

tjni commented 1 month ago
  1. Minimum NodeJS version is now 18.17.
  2. All imports need to be import * as cheerio ....
  3. AnyNode now needs to be imported from domhandler directly.