docusaurus-search-local
docusaurus-search-local copied to clipboard
This page crashed.
trafficstars
Please describe the bug you are seeing
This happens when I install it and run it again

How can we best reproduce the bug?
No response
Which version of Docusaurus and @cmfcmf/docusaurus-search-local are you using?
No response
Which Node.js version are you using?
16
Which theme are you using?
Yes, I am using @docusaurus/theme-classic
How does your plugin config look like?
plugins: [ [ require.resolve("@cmfcmf/docusaurus-search-local"), { indexDocs: true, indexDocSidebarParentCategories: 0, indexBlog: true, indexPages: false, language: "zh", style: undefined, lunr: { tokenizerSeparator: /[\s-]+/, b: 0.75, k1: 1.2, titleBoost: 5, contentBoost: 1, parentCategoriesBoost: 2, } }, ], ],
Additional context
No response
Hmm, I am not sure whether this error is caused by this plugin. If it occurrs again, could you please provide stacktraces from devtools?