Closed andyhot closed 7 years ago
I've created some test-fixtures for this over at https://github.com/andyhot/ember-module-migrator/commit/5adf76c3b1226b2b890369b2f4993036dfd7abd2
Fixture looks good.
Thx! Fyi, I have the code working at https://github.com/rwjblue/ember-module-migrator/compare/master...andyhot:feature/config-imports?expand=1 but I want to clean it up a bit before it becomes a PR
@andyhot just ran into this converting travis 👍
resolved by #49
There's always at least one such import:
app/app.js
which includesimport config from "./config/environment
and which will have to becomeimport config from "../config/environment
)