We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46d7ae4 + ce2b008 commit 16e8b13Copy full SHA for 16e8b13
1 file changed
lib/ember-addon-main.js
@@ -91,8 +91,8 @@ dBabelVersion: ${hasValidBabelVersion};`
91
a => a.name === 'ember-cli-htmlbars-inline-precompile'
92
);
93
if (legacyInlinePrecompileAddon !== undefined) {
94
- let heirarchy = ['ember-cli-htmlbars-inline-precompile'];
95
- let pointer = this;
+ let heirarchy = [];
+ let pointer = legacyInlinePrecompileAddon;
96
while (pointer.parent) {
97
heirarchy.push(pointer.pkg.name);
98
pointer = pointer.parent;
0 commit comments