-
Notifications
You must be signed in to change notification settings - Fork 2
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
Code from external modules not correctly transpiled #28
Labels
Comments
Replacing all async/await is not sufficient, then we get errors like: |
Different things have been tested without success so far:
|
The sole solution that seems to work is to integrate module files into app files, without simlinks, so that babel correctly transpiles it. |
claustres
added a commit
to kalisio/kTeam
that referenced
this issue
Apr 12, 2018
claustres
added a commit
to kalisio/kEvent
that referenced
this issue
Apr 12, 2018
claustres
added a commit
to kalisio/kCore
that referenced
this issue
Apr 12, 2018
claustres
added a commit
to kalisio/crisis
that referenced
this issue
Apr 13, 2018
claustres
added a commit
to kalisio/crisis
that referenced
this issue
Apr 13, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Eg on the client side async/await from kCore remains in app code, could be linked to:
The text was updated successfully, but these errors were encountered: