Skip to content

Commit

Permalink
Update README.md to include v2 addons
Browse files Browse the repository at this point in the history
  • Loading branch information
aklkv authored Apr 2, 2024
1 parent ce0b142 commit 20b8848
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ options: {
],
},
},

// in V2 addon babel.config.json
{
"plugins": [
[
// ... any other plugins
"../../node_modules/ember-concurrency/async-arrow-task-transform"
]
}
```

See the [test application](https://github.com/machty/ember-concurrency/blob/master/packages/test-app/ember-cli-build.js) for an example.
Expand Down

0 comments on commit 20b8848

Please sign in to comment.