-
Notifications
You must be signed in to change notification settings - Fork 12k
'let' instead of 'var' in ES5 bundles #17735
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
Comments
This should have been fixed by #17625 |
But it only landed on |
Perhaps you could try updating CLI to v10.0.0-next.5? |
For now I'm manually replacing 'let' with 'var' before deploying to production and it works, I'll try CLI v10 |
Closed via #17749 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
The Angular CLI generated ES5 bundles fails in old ES5 browsers because it's using
let
instead ofvar
in source code areas related to localization and i18n using Angular + Angular CLI 9.1.7Steps to reproduce:
The text was updated successfully, but these errors were encountered: