-
Notifications
You must be signed in to change notification settings - Fork 201
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
es5-bundled | SyntaxError: Cannot use 'import.meta' outside a module #600
Comments
I'm having the same issue, any update on this? |
@swapkats it looks like bable minify issue babel/minify#850, which fails in es5 bundle causes this. { |
@ranjeet-choudhary thanks for pointing out. I'm using esm-bundled as you said till it's fixed, seems to work fine. |
hey any updates on this issue |
Doesn't work for me, even with minify false. I still get this error |
Same here, what is a workaround? import.meta shouldn't even be in a ES5 compliant bundle |
you are all missing a package. just reinstall. |
I was not missing anything. I followed @ranjeet-choudhary instructions above and got it working. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed after being marked stale. If you're still facing this problem with the above solution, please comment and we'll reopen! |
"polymer-cli": "^1.7.7",
getting the below error on Opera 54 with es5-bundled.
esm-bundled works fine.
The text was updated successfully, but these errors were encountered: