-
Notifications
You must be signed in to change notification settings - Fork 4
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
Circular dependencies for external libraries #25
Comments
For instance for mqtt library:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using external libraries, wam compilation phase complains with several warnings about circular dependencies even if the compilation ends and the bundle is created. Nevertheless, the bundle does not contain all the dependencies needed by the external library and so the application crashes.
It seems that the problem occurs when importing a (nodejs) library in this way:
while instead there are no problems if importing the library in this way:
The text was updated successfully, but these errors were encountered: