Skip to content

Commit

Permalink
Remove unneeded treeForVendor
Browse files Browse the repository at this point in the history
This was missed in e6beae6.
  • Loading branch information
rwjblue committed Jun 15, 2021
1 parent 5b3f439 commit e9292ad
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,4 @@ module.exports = {

return debugTree(output, 'addon-test-support:output');
},

treeForVendor(rawVendorTree) {
let babelAddon = this.addons.find(addon => addon.name === 'ember-cli-babel');

let transpiledVendorTree = babelAddon.transpileTree(rawVendorTree, {
'ember-cli-babel': {
compileModules: false,
},
});

return transpiledVendorTree;
},
};

0 comments on commit e9292ad

Please sign in to comment.