Skip to content

setupPodConfig doesn't work in newer ember-cli versions #395

@Windvis

Description

@Windvis

I bumped ember-cli to v5+ in ember-source and the pod related tests no longer work as expected.

The setupPodConfig util no longer works since the disableAnalytics key has been removed from the .ember-cli config file.

replaceFile('.ember-cli', '"disableAnalytics": false', '"disableAnalytics": false,\n"usePods" : true\n');

We should update that so it doesn't depend on the contents of the .ember-cli file

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions