From cb8f176a94b0d76837f0603a9f30638144536eb8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:52:37 +0000 Subject: [PATCH 1/2] Initial plan From c6db41e0fd52f51299e6dac9d1f3fc8e8b177681 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:59:11 +0000 Subject: [PATCH 2/2] Update feature name to use-ember-modules and command to npx ember feature:enable Co-authored-by: kategengler <444218+kategengler@users.noreply.github.com> --- content/ember/v6/using-amd-bundles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ember/v6/using-amd-bundles.md b/content/ember/v6/using-amd-bundles.md index ddc676f4..5b416c9f 100644 --- a/content/ember/v6/using-amd-bundles.md +++ b/content/ember/v6/using-amd-bundles.md @@ -7,7 +7,7 @@ rfc: https://rfcs.emberjs.com/id/1101-deprecate-ember-vendor-bundles Ember will no longer publish legacy AMD-specific Ember builds. To opt-in to consuming Ember as ES modules and clear this deprecation, enable the -`ember-modules` optional feature by running `ember feature:enable ember-modules`. +`use-ember-modules` optional feature by running `npx ember feature:enable use-ember-modules`. This applies only to the classic build system or to Embroider < 4.0 without the `staticEmberSource: true` option. If you see this deprecation warning in these