diff --git a/packages/community-cli-plugin/src/commands/bundle/index.js b/packages/community-cli-plugin/src/commands/bundle/index.js index 7f82ef81d67..ee393c20ada 100644 --- a/packages/community-cli-plugin/src/commands/bundle/index.js +++ b/packages/community-cli-plugin/src/commands/bundle/index.js @@ -98,8 +98,8 @@ const bundleCommand: CommunityCommand = { { name: '--unstable-transform-profile ', description: - 'Experimental, transform JS for a specific JS engine. Currently supported: hermes, hermes-canary, default', - default: 'default', + 'Experimental, transform JS for a specific JS engine. Currently supported: hermes-stable, hermes-canary, default', + default: 'hermes-stable', }, { name: '--asset-catalog-dest [string]',