-
Notifications
You must be signed in to change notification settings - Fork 15
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
Pseudo-localization on angular throws error in vendor.js in IE #8
Comments
Hey @gowthambalashanmugam! |
Hello @tryggvigy. Am using pseudo-localization in angular 6 project. So when deploying build, the vendor.js will be created by merging all node module files as it is. So if the module developed on es6, instead of transpile to es5, the vendor file just clubbing npm, so on load in IE it throws error and angular is not bootstrapping. Please let me know for more inputs. |
I'm missing some context but wouldn't you want to exclude Are you using webpack? |
Hello @tryggvigy. am using angular-cli (ng 6). not pure web-pack. am suggesting you to implement pseudo-localization in any angular project and check in IE11. By the wat i want to exclude pseudo-localization in prod |
@gowthambalashanmugam This issue was fixed in #16! Try to install the latest version and see if you issue is fixed. I'm closing the issue now assuming that it's fixed since we now transpile arrow functions and more |
Since pseudo-localization npm developed in es6, it throws error in IE because vendor.js directly appended all the npm modules.
IE 11 doesn't support arrow functions as of now
The text was updated successfully, but these errors were encountered: