-
Notifications
You must be signed in to change notification settings - Fork 20
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
incompatible with ember-cli-app-version #47
Comments
This would be solved by #45. |
This should be fixed now in https://github.com/mansona/ember-get-config/releases/tag/v2.1.0 👍 |
hi, i've tested a bit more. When using embroider this still happens |
@basz That's because under Embroider, a compat adapter is used instead of |
Forgot to mention, you can also disable the compat adapter in your project for now. |
The adapter is now disabled in Embroider v1.8.1: |
ember-cli-app-version changes the environment object; APP['version'] is set.
ember-get-config reads it before that change I think.
so in an app this works;
while this does not;
oooor,... i could be doing it wrong...
The text was updated successfully, but these errors were encountered: