Skip to content

Commit

Permalink
Merge pull request #844 from Turbo87/optional-features
Browse files Browse the repository at this point in the history
Enable optional Ember.js features
  • Loading branch information
Turbo87 authored Dec 1, 2021
2 parents 0780d56 + 8b84baf commit dbe78c7
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
},
"devDependencies": {
"@babel/core": "7.16.0",
"@ember/optional-features": "2.0.0",
"@ember/test-helpers": "2.6.0",
"broccoli-stew": "3.0.0",
"ember-cli": "3.28.4",
Expand Down Expand Up @@ -70,6 +71,9 @@
"internal": ":house: Internal"
}
},
"ember": {
"edition": "octane"
},
"ember-addon": {
"before": [
"ember-cli-htmlbars",
Expand Down
35 changes: 34 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions tests/dummy/config/optional-features.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"application-template-wrapper": false,
"default-async-observers": true,
"jquery-integration": false,
"template-only-glimmer-components": true
}

0 comments on commit dbe78c7

Please sign in to comment.