Skip to content

Commit 5103c61

Browse files
authored
README: add note about V2 Addons
1 parent b61e71b commit 5103c61

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,16 @@ The first argument is **required** which is the path to the root of your project
420420
disableEmberModulesAPIPolyfill: boolean, // disable ember modules API polyfill
421421
}
422422
```
423-
### Addon usage
423+
### Addon usage (for V1 Addons)
424+
425+
#### Note for V2 Addons (Embroider Compatibility)
426+
427+
V2 Addons do not use `ember-cli-babel` and hence should remove `ember-cli-babel` from their dependencies entirely.
428+
429+
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:
430+
431+
- [V2 Addon Format RFC](https://rfcs.emberjs.com/id/0507-embroider-v2-package-format/)
432+
- [Migrating an Ember addon to the next-gen v2 format](https://www.kaliber5.de/en/blog/v2-addon_en)
424433

425434
#### Adding Custom Plugins
426435

0 commit comments

Comments
 (0)