Enabled Ember's template-only-gimmer-components feature

no issue

- template-only components (eg, `<GhMembersListItem>`) will now use a glimmer class rather than regular component class for their automatically-created backing classes
This commit is contained in:
Kevin Ansfield 2020-05-28 12:33:31 +01:00
parent 7ee1218f20
commit 8ab99338c0
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{
"application-template-wrapper": false,
"jquery-integration": true
"jquery-integration": true,
"template-only-glimmer-components": true
}