Skip to content
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

Broken in IE <= 10 due to Babel classes transform #17

Closed
ianmcgregor opened this issue Sep 16, 2016 · 0 comments · Fixed by #18
Closed

Broken in IE <= 10 due to Babel classes transform #17

ianmcgregor opened this issue Sep 16, 2016 · 0 comments · Fixed by #18

Comments

@ianmcgregor
Copy link
Contributor

Babel 6's strict adherence to the es2015 spec means that super is broken in IE 9/10.

babel/babelify#133

This can be fixed using 'loose' mode. There doesn't seem to be any serious downside:

http://www.2ality.com/2015/12/babel6-loose-mode.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant