-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
[Bug] Doesn't work with Yarn PNP #128
Comments
this lib has some problem with yarn install, I am not sure. can you try use |
@hunghg255 thank you for the quick reply. I think the main issue here is that unused extensions should not be bundled into the main package. It would make the package size smaller and avoid issues with external dependencies. I am not an expert on tree-shaking but I assume all extensions should be tree-shakeable. |
Yes, I think so too. Some dependencies should be marked as external dependencies and let users install them themselves, such as docx, mermaid, etc. These dependencies are large and heavy. |
Hi, thank you for the package!
the code:
I understand that it's not related to reactjs-tiptap-editor directly, but I don't use the mermaid extension and don't plan to. Is it possible to excluded extensions that I don't use from the build? Thanks.
similar issue facebook/docusaurus#10645
The text was updated successfully, but these errors were encountered: