We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69667b commit e418f44Copy full SHA for e418f44
website/ember-cli-build.js
@@ -13,6 +13,11 @@ module.exports = function (defaults) {
13
const app = new EmberApp(defaults, {
14
'ember-cli-babel': { enableTypeScriptTransform: true },
15
// Add options here
16
+ babel: {
17
+ plugins: [
18
+ require.resolve("ember-concurrency/async-arrow-task-transform"),
19
+ ],
20
+ },
21
sassOptions: {
22
precision: 4,
23
includePaths: [
0 commit comments