ember-cli-hot-loader
ember-cli-hot-loader copied to clipboard
[slashed-components] rebel
Single comment for https://github.com/adopted-ember-addons/ember-cli-hot-loader/pull/101 fix for https://github.com/toranb/ember-cli-hot-loader/pull/99
Main idea is - we need to return resolved value in template case only if (and):
- this is slashed component
- this is ignored component
- this is not template-only component
@toranb, can you take a look?