-
Notifications
You must be signed in to change notification settings - Fork 110
Error when setting tsconfig target to ES6. #30
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
Hi , We can reproduce the reported issue with document editor and es 6. This reported problem is a bug in Angular CLI, and we have already reported it to them. For further information, you can refer to the link as below. Link: angular/angular-cli#14717 We will update you once angular team published the changes and after ensured it in our end. We are not able to give exact timeline since it depends on the angular package publish. Until then we suggest you use “es5” as target. Regards, |
Hi, Reported issue got resolved in angular version 8.2.0. |
The problem is not solved for me after updating to 8.2.2 |
Hi @kyro38 , Sorry for the inconvenience caused. The problem faced when using target as "es6" with latest Angular CLI 8.2.2 requires changes in our packages. Currently we are working to fix the issue and the fix will be available in our upcoming EJ2-Patch release on September 3rd 2019. Regards, |
The editor works great when building (debug build) with target ES6 but break on a prod build. After a prod build it throws the following error : This error is throw from a method named |
Hi @kyro38, We have tried to replicate the reported issue but unfortunately we are unable to reproduce the issue from our side. So, we suspect this might occurs do to sample code used in your side. Please find the sample code we have used to replicate the reported issue below.
So, kindly share us the sample code and tsconfig used in your project to reproduce the issue in our side which will helpful for us to investigate on it and provide you the appropriate solution at the earliest. Regards, |
We are closing this thread since there is no recent activity. Feel free to reopen the issue and update your comments for the reinvestigation. |
I'm getting the following error when I set my
tsconfig.json
to"target": "es6"
:That happens when I instanciate a component that uses the Document editor
The text was updated successfully, but these errors were encountered: