-
Notifications
You must be signed in to change notification settings - Fork 64
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
TypeError: acorn__WEBPACK_IMPORTED_MODULE_2__.Parser.extend is not a function #189
Comments
Thanks for the report! Can you link to a small example reproducing this issue? I tried the basic example from docz, but couldn't get it to work at all for me. |
Hi @adrianheine Basically seems that theme-default is depending on react-live, which is depending on buble and latest version is breaking. Seems to work again when I lock |
Thanks, I can reproduce the issue by cloning your repo, running |
Hm, It's obvious that I suggest to open corresponding issues with webpack (since it is doing the wrong bundling) and react-live (since it is the package depending on bublé). Further, it makes sense to update all dependencies on |
If the issue is not here, we can close this. |
I'm coming from this repo: https://github.com/pedronauck/docz
Which has a dependency tree like this
Seems that
[email protected]
introduced an issue with this:TypeError: acorn__WEBPACK_IMPORTED_MODULE_2__.Parser.extend is not a function
If we lock to
[email protected]
everything works again. Any insight?The text was updated successfully, but these errors were encountered: