ember-computed-template-string
ember-computed-template-string copied to clipboard
Usage inside an addon causes Uncaught Error: Could not find module `ember-computed-template-string` imported from `my-addon/my-module`
Happens in the host app which includes an addon which includes ember-computed-template-string.
@tbieniek: btw I think https://github.com/rwjblue/ember-getowner-polyfill/blob/master/index.js#L28-L33 is the correct algorithm to get to the host app config
Note: switching to #15 will make index.js hacks unnecessary, so this issue will be no longer an issue.