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

Use ember-addon.configPath from package.json if defined. #585

Merged
merged 1 commit into from Oct 29, 2020

Commits on Oct 28, 2020

  1. Use ember-addon.configPath from package.json if defined.

    This makes `ember-try` work much closer to how other ecosystem tools
    work (`@ember/optional-features`, `ember-cli`'s lookup of
    `config/environment.js` and `config/targets.js`, `ember-cli-code-coverage`).
    
    This is not a breaking change, as it still falls back to using the older
    hardcoded `config/ember-try.js` path.
    rwjblue committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    f48c6ad View commit details
    Browse the repository at this point in the history