linearza
linearza
+1 This bug has high severity, would be good to resolve!
@Pasgru just to say, as a temporary fix, what I did to unblock myself, was to just comment out the files throwing this error, run the codemod, and then uncomment...
This came back to bite us a second time - painful!
I was running into this, in addition to a 404 I was getting. Browsing the addon code I found that it was actually watching an undocumented property `liveReloadBaseUrl` [here](https://github.com/ember-cli/ember-cli-inject-live-reload/blob/master/lib/index.js#L51). Setting...
I did some styling work for your addon examples. Also did a bit of a refactor on the code generally. I also fixed the issues that caused the above tests...