-
Notifications
You must be signed in to change notification settings - Fork 142
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
Issue w/ ember-data #235
Comments
looks like I am confused why #218 doesn't fix this scenario... |
doing upgrades, I also hit this problem, so the following PR contains a reproduction: #239 |
I think i found the issue: https://github.com/embroider-build/embroider/pull/218/files#r295518004 although flipping that, seems to run into other issues.. :P |
Hitting the following error when pairing with @stefanpenner:
After removing
ember-data
from package.json the error goes away.Steps to reproduce:
ember new sample-app --yarn
ember-cli-build.js
with:EMBROIDER=true ember s
The text was updated successfully, but these errors were encountered: