-
Notifications
You must be signed in to change notification settings - Fork 12k
[es2015] Constructor don't call super #10193
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
I think this happens because Build Optimizer does not support ES2015 yet. This is something we mean to support. Meanwhile you can turn off Build Optimizer in your production configuration in the |
@filipesilva is there any urgency to fixing this? Or is it like if we set the output to es6 then it's already "optimized" and we're not losing much by not having Build Optimizer. |
Heya, just wanted to mention that we are tracking this problem in angular/devkit#816. @markgoho I don't have an exact timeframe but it is definitely a 6.x concern. |
It only took 6 hours of troubleshooting to find this thread but in the angular.json file this works: |
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. |
Versions
Repro steps
Observed behavior
Desired behavior
I want to see the demo page, but I see an error in the console.
Mention any other details that might be useful (optional)
The text was updated successfully, but these errors were encountered: