-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
ember 2.14.0 debug: classCallCheck issue #15533
Comments
Actually: http://builds.emberjs.com/release/ember.debug.js seems correct, but the file in bower seems to be the offender. |
hmm bower seems fine too: https://raw.githubusercontent.com/components/ember/2.14.1/ember.debug.js wtf |
Ya, I can't actually figure out where this file is coming from for me.... |
@stefanpenner the issue is what I was trying to fix here: #15199. Basically, |
Is this issue related? ember-cli/ember-cli#7329 |
Ultimately the same issue as #15533. |
this as well? #15671 |
This should be resolved now. |
ember.debug.js in 2.14.0 contains two ember-babel AMD modules, one with
classCallCheck
and one withoutclassCallCheck
this causes:The text was updated successfully, but these errors were encountered: