We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm coming from this repo: https://github.com/pedronauck/docz Which has a dependency tree like this
└─┬ [email protected] └─┬ [email protected] └── [email protected] deduped
Once I run my docz app I get:
TypeError: acorn__WEBPACK_IMPORTED_MODULE_2__.Parser.extend is not a function
If we lock to [email protected] everything works again. Any insight?
Here's a repo that can help reproduce the issue https://github.com/davixyz/docz-issue
The text was updated successfully, but these errors were encountered:
I opened an issue on buble(bublejs/buble#189) but it seems we need to discuss it here. Any way we can update the dependencies?
buble
Sorry, something went wrong.
Pin buble to 0.19.6 fixes FormidableLabs/react-live#123
03653a2
0d359d4
Successfully merging a pull request may close this issue.
I'm coming from this repo: https://github.com/pedronauck/docz
Which has a dependency tree like this
Once I run my docz app I get:
If we lock to [email protected] everything works again. Any insight?
Here's a repo that can help reproduce the issue
https://github.com/davixyz/docz-issue
The text was updated successfully, but these errors were encountered: