-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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-cli-shim check errors if no shim is provided #4192
Comments
Removing the existing checks would cause extra pain to users upgrading and having the wrong versions, but we can definitely make it work properly when Also, we can't use |
@rwjblue i think you misread, if that addon is present no shims for ember are required. Otherwise it should do the existing flow. |
[email protected] provided shims for both Ember Data and Ember. If [email protected] is present with ember-data@^2.3.0 we need to provide an accurate message telling them to change what they are including. |
I agree that the presence of |
I submitted #4200 to address, can you review? |
Also, FWIW, you are correct. I misread initially and thought you were suggesting to use |
I likely left the description too ambiguous |
this prevents us from bundling shims with the future ember module.
I suspect something like
this.project.findAddonByName('ember-source')
will be a sufficient checkThe text was updated successfully, but these errors were encountered: