From 5103c61726fe4ed2e81712e5bb46ca40410a20d4 Mon Sep 17 00:00:00 2001 From: Alex Matchneer Date: Sat, 3 Feb 2024 17:03:36 +0800 Subject: [PATCH] README: add note about V2 Addons --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71397623..d95c8f13 100755 --- a/README.md +++ b/README.md @@ -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