Removed useRelativePaths. Refactored code.
Based on feedback from the Ember community as well as myself, I decided to remove the useRelativePaths
step. The removal has a few benefits:
- There's less code to maintain.
- The end-developer's code is preserved better.
- The end-developer can have an easier time getting the scripts for the addon and test-app packages to run.
If you did want to have relative paths, I recommend doing so in a separate pull request (i.e. separately from migrating to v2 format). ✨