-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docusaurus Build
fails when using 1.0.0 with Typescript
#175
Docusaurus Build
fails when using 1.0.0 with Typescript
#175
Comments
I'm also facing the same issue . |
Have the same issue. |
same issue here. |
Thank you all for letting me know; I will take a look as soon as possible. |
Have the same issue.
|
Thank you all for reporting this and apologies for the delay! It turns out that the issue was Windows-specific - the
However, I didn't realize that Webpack's I fixed this in #180 and will release a new version with this fix shortly. |
Please describe the bug you are seeing
I've started a new Docusaurus project and when I run
docusaurus build
with version 1.0.0 of thedocusaurus-search-local
plugin it fails with the following error:TypeError: (0 , d_s_l_a_generated_namespaceObject.mylunr) is not a function
And the stack trace:
If I use
0.11.0
of this package the build completes successfully.How can we best reproduce the bug?
No response
Which version of Docusaurus and @cmfcmf/docusaurus-search-local are you using?
Which Node.js version are you using?
v16.16.0
Which theme are you using?
Yes, I am using @docusaurus/theme-classic
How does your plugin config look like?
Additional context
No response
The text was updated successfully, but these errors were encountered: