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

Application configuration not loaded from add-on dependency tree #7915

Closed
BryanHunt opened this issue Jul 12, 2018 · 2 comments
Closed

Application configuration not loaded from add-on dependency tree #7915

BryanHunt opened this issue Jul 12, 2018 · 2 comments

Comments

@BryanHunt
Copy link

Output from ember version --verbose && npm --version && yarn --version:

ember-cli: 3.2.0
http_parser: 2.8.0
node: 10.4.1
v8: 6.7.288.45-node.7
uv: 1.20.3
zlib: 1.2.11
ares: 1.14.0
modules: 64
nghttp2: 1.32.0
napi: 3
openssl: 1.1.0h
icu: 61.1
unicode: 10.0
cldr: 33.0
tz: 2018c
os: darwin x64
6.1.0
bash: yarn: command not found

If you depend on addon a which depends on addon b and addon b contributes to the application configuration, that configuration is not included when the application is built. You must have a direct dependency on addon b for the configuration to be included.

@stefanpenner
Copy link
Contributor

I believe this is by design, as nested addons can dupe

@locks
Copy link
Contributor

locks commented Feb 10, 2022

Closing due to inactivity and that according to the last comment it is workinig as intended.

@locks locks closed this as completed Feb 10, 2022
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