Skip to content

Commit e418f44

Browse files
author
shleewhite
committed
fix: issue where task wasnt properly registered
1 parent a69667b commit e418f44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/ember-cli-build.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ module.exports = function (defaults) {
1313
const app = new EmberApp(defaults, {
1414
'ember-cli-babel': { enableTypeScriptTransform: true },
1515
// Add options here
16+
babel: {
17+
plugins: [
18+
require.resolve("ember-concurrency/async-arrow-task-transform"),
19+
],
20+
},
1621
sassOptions: {
1722
precision: 4,
1823
includePaths: [

0 commit comments

Comments
 (0)