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

Cannot read property 'browsers' of undefined #79

Closed
absemetov opened this issue Feb 24, 2018 · 4 comments
Closed

Cannot read property 'browsers' of undefined #79

absemetov opened this issue Feb 24, 2018 · 4 comments

Comments

@absemetov
Copy link

Ember 2.11

@Owlman145
Copy link

Same in 2.12.3. Wanted to update to remove ember-decorators depreciation, guess that's not possible.

@Owlman145
Copy link

Owlman145 commented Feb 27, 2018

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.

@pzuraq
Copy link
Collaborator

pzuraq commented Feb 27, 2018

You can upgrade Ember-CLI without upgrading Ember itself, but I’ll patch the shim upstream as well.

@pzuraq
Copy link
Collaborator

pzuraq commented Mar 12, 2018

This should be fixed, I've updated the shim to check for targets existence.

@pzuraq pzuraq closed this as completed Mar 12, 2018
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

No branches or pull requests

3 participants