Skip to content
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

Confirm 0.8 release works in TBD Docusaurus #197

Closed
frankhinek opened this issue Aug 25, 2023 · 2 comments
Closed

Confirm 0.8 release works in TBD Docusaurus #197

frankhinek opened this issue Aug 25, 2023 · 2 comments
Assignees
Labels
testing related to new or existing tests
Milestone

Comments

@frankhinek
Copy link
Contributor

frankhinek commented Aug 25, 2023

Context

Docusaurus takes an interesting approach to bundling with a customized version of Webpack. In customizing Webpack, the Docusaurus team has broken the proper interpretation of package.json directives. Thus far, the only workaround has to been to add a named export to a package's package.json file and then explicitly import in ,the Docusaurus content page.

During the last bundler approach change a few weeks ago, extensive testing was completed for common runtimes/frameworks: https://github.com/TBD54566975/bundler-bonanza with the exception of Docusaurus.

To Do

Complete testing with Docusaurus to verify that it can import and use Web5.connect from the @web5/api package.

@frankhinek frankhinek added the testing related to new or existing tests label Aug 25, 2023
@frankhinek frankhinek added this to the 0.8 milestone Aug 25, 2023
@dayhaysoos
Copy link

This can be closed out after confirming that it'll work with Docusaurus after adding the browser exports again:

#192

@frankhinek
Copy link
Contributor Author

Implemented in PR #198

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing related to new or existing tests
Projects
None yet
Development

No branches or pull requests

2 participants