-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
Module parse failed: Unexpected token #11284
Comments
temporal solutioni try to change babel's compact option to false, this error disappear..... |
+1. we're facing the same issue for few hours as well, effectively getting CI builds blocked |
in our case the problem seems to be the following code:
getting transpiled to something like: note the missing semicolon between |
I guess: some denpendencies are incompatible with babel/core@7.15.0, but i don't know which one... so, I upgrede all babel's plugins and presets, ci building working correctly now :(. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
Describe the bug
occur a fatal error when building production version, but development correctly; :( ...
it seems to generated code of babel has error, between 'from' and '"/data_b/work/gitlab-runn' in error message haven't blank????
The text was updated successfully, but these errors were encountered: