Skip to content

Commit 43395b8

Browse files
committed
Enable template-only-glimmer-components feature flag
1 parent 81949d8 commit 43395b8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/components/link-to-dep.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import Component from '@ember/component';
2+
3+
export default Component.extend({});

config/optional-features.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"application-template-wrapper": false
2+
"application-template-wrapper": false,
3+
"template-only-glimmer-components": true
34
}

0 commit comments

Comments
 (0)