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:
parent
e5ef8bad9b
commit
1f3028d3ac
@ -1,4 +1,5 @@
|
||||
{
|
||||
"application-template-wrapper": false,
|
||||
"jquery-integration": true
|
||||
"jquery-integration": true,
|
||||
"template-only-glimmer-components": true
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user