We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ff0ae commit b7c3934Copy full SHA for b7c3934
2 files changed
packages/ember-cli-fastboot/package.json
@@ -103,7 +103,7 @@
103
"registry": "https://registry.npmjs.org/"
104
},
105
"ember": {
106
- "edition": "octane"
+ "edition": "classic"
107
108
"ember-addon": {
109
"configPath": "tests/dummy/config",
packages/ember-cli-fastboot/tests/dummy/config/optional-features.json
@@ -1,5 +1,5 @@
1
{
2
- "application-template-wrapper": false,
+ "application-template-wrapper": true,
3
"default-async-observers": true,
4
"jquery-integration": false,
5
"template-only-glimmer-components": true
0 commit comments