We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Babel 6's strict adherence to the es2015 spec means that super is broken in IE 9/10.
super
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: