Skip to content

Commit

Permalink
fix: disable template only feature
Browse files Browse the repository at this point in the history
resolves an issue with /tailwind route.
See embermap/ember-cli-tailwind#54
  • Loading branch information
Ilya Radchenko committed Aug 28, 2018
1 parent b8e6f6d commit 77f782d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/optional-features.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"application-template-wrapper": true,
"template-only-glimmer-components": true
"template-only-glimmer-components": false
}

0 comments on commit 77f782d

Please sign in to comment.