Skip to content

Commit 577d6d8

Browse files
committed
Change default transform profile to 'hermes-stable' #2
this PR wasn't enoght: #57215
1 parent 22cfb5c commit 577d6d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/community-cli-plugin/src/commands/bundle

packages/community-cli-plugin/src/commands/bundle/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ const bundleCommand: CommunityCommand = {
9898
{
9999
name: '--unstable-transform-profile <string>',
100100
description:
101-
'Experimental, transform JS for a specific JS engine. Currently supported: hermes, hermes-canary, default',
102-
default: 'default',
101+
'Experimental, transform JS for a specific JS engine. Currently supported: hermes-stable, hermes-canary, default',
102+
default: 'hermes-stable',
103103
},
104104
{
105105
name: '--asset-catalog-dest [string]',

0 commit comments

Comments
 (0)