Handled updating import paths (engines)
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.