Skip to content

Handled updating import paths (engines)

Compare
Choose a tag to compare
@ijlee2 ijlee2 released this 24 Feb 10:07
· 78 commits to main since this release

When I had run ember-codemod-pod-to-octane on a production app, I had found that updating import paths (references to the moved files) is time-consuming and can lead to mistakes.

In v1.1.0, the codemod takes care of updating the import paths (within the project). Future minor versions will include this feature for Ember addons and apps.