Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
Show it's fixed via emberjs/ember-cli-babel#420
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Dec 7, 2021
1 parent 2e22173 commit 3c13d64
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 281 deletions.
4 changes: 3 additions & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');

module.exports = function (defaults) {
let app = new EmberApp(defaults, {
// Add options here
// babel: {
// debug: true,
// },
});

// Use `app.import` to add additional libraries to the generated
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"ember-auto-import": "^1.11.3",
"ember-cli": "~3.28.4",
"ember-cli-app-version": "^5.0.0",
"ember-cli-babel": "^7.26.6",
"ember-cli-babel": "chriskrycho/ember-cli-babel#e1c6b60",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-htmlbars": "^5.7.1",
"ember-cli-inject-live-reload": "^2.1.0",
Expand All @@ -58,8 +58,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"qunit": "^2.16.0",
"qunit-dom": "^1.6.0",
"tracked-built-ins": "^2.0.0"
"qunit-dom": "^1.6.0"
},
"engines": {
"node": "12.* || 14.* || >= 16"
Expand Down
Loading

0 comments on commit 3c13d64

Please sign in to comment.