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

Commit 3c13d64

Browse files
committed
Show it's fixed via emberjs/ember-cli-babel#420
1 parent 2e22173 commit 3c13d64

File tree

3 files changed

+286
-281
lines changed

3 files changed

+286
-281
lines changed

ember-cli-build.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ const EmberApp = require('ember-cli/lib/broccoli/ember-app');
44

55
module.exports = function (defaults) {
66
let app = new EmberApp(defaults, {
7-
// Add options here
7+
// babel: {
8+
// debug: true,
9+
// },
810
});
911

1012
// Use `app.import` to add additional libraries to the generated

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"ember-auto-import": "^1.11.3",
3333
"ember-cli": "~3.28.4",
3434
"ember-cli-app-version": "^5.0.0",
35-
"ember-cli-babel": "^7.26.6",
35+
"ember-cli-babel": "chriskrycho/ember-cli-babel#e1c6b60",
3636
"ember-cli-dependency-checker": "^3.2.0",
3737
"ember-cli-htmlbars": "^5.7.1",
3838
"ember-cli-inject-live-reload": "^2.1.0",
@@ -58,8 +58,7 @@
5858
"npm-run-all": "^4.1.5",
5959
"prettier": "^2.3.2",
6060
"qunit": "^2.16.0",
61-
"qunit-dom": "^1.6.0",
62-
"tracked-built-ins": "^2.0.0"
61+
"qunit-dom": "^1.6.0"
6362
},
6463
"engines": {
6564
"node": "12.* || 14.* || >= 16"

0 commit comments

Comments
 (0)