From 7064118cfb21f40fd8301e8a10cc66545c2f9420 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Wed, 1 Dec 2021 21:05:25 +0100 Subject: [PATCH] Ember: Disable application template wrapper --- tests/dummy/config/optional-features.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/dummy/config/optional-features.json b/tests/dummy/config/optional-features.json index 14af8a81..77a734e9 100644 --- a/tests/dummy/config/optional-features.json +++ b/tests/dummy/config/optional-features.json @@ -1,4 +1,5 @@ { + "application-template-wrapper": false, "jquery-integration": false, "template-only-glimmer-components": true }