From 22c0fa32ca41e67a373fcc9628457880d66b3f27 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Thu, 10 Dec 2020 14:05:25 -0500 Subject: [PATCH] Add treeType annotation to hint correct bundle to ember-auto-import --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 4cfafe7d2..972761643 100644 --- a/index.js +++ b/index.js @@ -38,6 +38,7 @@ module.exports = { let output = this.preprocessJs(input, '/', this.name, { registry: this.registry, + treeType: 'addon-test-support', }); return debugTree(output, 'addon-test-support:output');