File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments