Skip to content

Commit

Permalink
add migration section for ember-engines (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
aklkv authored Feb 20, 2024
1 parent aed2ae1 commit 9bab039
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/test-app/snippets/babel-transform-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,12 @@ options: {
],
},
},

// in engine index.js

// ...
babel: {
plugins: [
require.resolve('ember-concurrency/async-arrow-task-transform'),
],
},

0 comments on commit 9bab039

Please sign in to comment.