Skip to content

Commit

Permalink
README: add note about V2 Addons
Browse files Browse the repository at this point in the history
  • Loading branch information
machty authored Feb 3, 2024
1 parent b61e71b commit 5103c61
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,16 @@ The first argument is **required** which is the path to the root of your project
disableEmberModulesAPIPolyfill: boolean, // disable ember modules API polyfill
}
```
### Addon usage
### Addon usage (for V1 Addons)

#### Note for V2 Addons (Embroider Compatibility)

V2 Addons do not use `ember-cli-babel` and hence should remove `ember-cli-babel` from their dependencies entirely.

You can read up on how each of the V1 features described below can be re-expressed within a V2 addon via the links below:

- [V2 Addon Format RFC](https://rfcs.emberjs.com/id/0507-embroider-v2-package-format/)
- [Migrating an Ember addon to the next-gen v2 format](https://www.kaliber5.de/en/blog/v2-addon_en)

#### Adding Custom Plugins

Expand Down

0 comments on commit 5103c61

Please sign in to comment.