Skip to content

Require ember-auto-import >= 2 or higher with ember-source@4.0.0 #19752

@rwjblue

Description

@rwjblue

In order to allow ember-source to migrate to be a V2 addon, we must require that ember-auto-import@2 is present in the consuming application.

Concretely, we should add code to the addon entry point to check this.project.addons includes ember-auto-import@2 installed. That code would go somewhere around here:

init() {

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions