-
Notifications
You must be signed in to change notification settings - Fork 35
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
Cannot read property 'browsers' of undefined #79
Comments
Same in 2.12.3. Wanted to update to remove ember-decorators depreciation, guess that's not possible. |
Bug comes from ember-legacy-class-shim. Seems to check project targets for supported browsers, but AFAIK config/target.js was implemented in 2.15? At least that's the first time it's mentioned in the guides. Edit: Correction: targets.js was added in 2.13. |
You can upgrade Ember-CLI without upgrading Ember itself, but I’ll patch the shim upstream as well. |
This should be fixed, I've updated the shim to check for targets existence. |
Ember 2.11
The text was updated successfully, but these errors were encountered: