fix(175): enable unstable_transformImportMeta for Hermes #242

Merged
admin-mrrm merged 1 commit from fix-175-import-meta-hermes into main 2026-05-13 18:30:21 +02:00
Owner

Summary

  • Drone publish-apk schlug nach PR #241 fehl (Build 591), weil @huggingface/transformers import.meta verwendet — Hermes unterstuetzt das nicht.
  • Aktiviert unstable_transformImportMeta in babel-preset-expo.

Verifikation

  • Lokaler EAS-Dev-Client laedt nach Metro-Restart mit --clear ohne Bundling-Fehler.
  • CI nach Merge re-run beobachten.
## Summary - Drone publish-apk schlug nach PR #241 fehl (Build 591), weil `@huggingface/transformers` `import.meta` verwendet — Hermes unterstuetzt das nicht. - Aktiviert `unstable_transformImportMeta` in `babel-preset-expo`. ## Verifikation - Lokaler EAS-Dev-Client laedt nach Metro-Restart mit `--clear` ohne Bundling-Fehler. - CI nach Merge re-run beobachten.
fix(175): enable unstable_transformImportMeta for Hermes
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
4b5399eb36
@huggingface/transformers (via NLI-Classifier auf Mobile) verwendet
import.meta. Hermes unterstuetzt das nicht, daher schlug der EAS-/Drone-
APK-Build im createBundleReleaseJsAndAssets fehl. babel-preset-expo's
Polyfill aktivieren behebt das Bundling.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
admin-mrrm/mrrmlabapp!242
No description provided.