You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor Hermes option handling in CLI and bundle commands; rename 'disableHermes' to 'hermes' for clarity and update related logic in bundle.ts and provider.ts.
Copy file name to clipboardExpand all lines: src/locales/en.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ export default {
49
49
fileGenerated: '{{- file}} generated.',
50
50
fileSizeExceeded:
51
51
'This file size is {{fileSize}} , exceeding the current quota {{maxSize}} . You may consider upgrading to a higher plan to increase this quota. Details can be found at: {{- pricingPageUrl}}',
52
-
hermesDisabled: 'Hermes disabled',
52
+
forceHermes: 'Forcing Hermes enabled for this build',
53
53
hermesEnabledCompiling: 'Hermes enabled, now compiling to hermes bytecode:\n',
0 commit comments