-
Notifications
You must be signed in to change notification settings - Fork 21
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-macro-helpers/expand-property.js: @ember/object/computed does not have a expandProperties import #203
Comments
Looks like that |
Yeah, I'm still investigating. |
Update - I can only reproduce this with yarn.
App builds and runs.
results in the error. I will try to reproduce in a new app instead of ours. I am guessing this is not a problem with ember-macro-helpers. My npm version is 3.10.9 and yarn is 1.7.0 if that matters (occurred in yarn 1.6.0 as well) |
Closing as I was unable to determine the root cause. Seems to have been a yarn bug. I was able to fix by essentially starting from a working point and recreating all of the changes slowly, checking for the build failures as I went. The failure never recurred. |
Thanks for investigating. |
Thanks for all of your great addons! I'm seeing the following error during our build - it doesn't happen in dev or testing (I assume because babel not required?). This is the error:
Note: we are on ember 2.18, ember-cli-babel 6.6
The text was updated successfully, but these errors were encountered: