-
Notifications
You must be signed in to change notification settings - Fork 281
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
fails to build with yarn in create-react-app #81
Comments
Hmm I'm not familiar with yarn. Are you sure it is related to Neataptic and not your settings? Keep in mind that some ES6 is used for example. |
I wonder if it has to do with environment checks for node vs browser? |
Could be, but is that really the full error log yarn gives you? Because this is line 78: let conn = this.connections.gated[i]; And nothing to me seems weird about it. |
Might be unable to handle yarn? Can you disable the minification process? |
@aaronshaf Reading the above issue, it looks like this issue has been fixed. So you can close this issue. |
The text was updated successfully, but these errors were encountered: