Add babel-plugin-module-resolver (required for release JS bundling)

The '@/' import alias needs this plugin; debug builds hid the gap because
they bundle lazily via Metro. Release (standalone) bundling now succeeds.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Hank 2026-07-06 09:19:25 -07:00
parent 454c72ddb4
commit d3d81a9de1
2 changed files with 170 additions and 3 deletions

View file

@ -34,6 +34,7 @@
},
"devDependencies": {
"@types/react": "~19.0.0",
"babel-plugin-module-resolver": "^5.0.2",
"typescript": "~5.4.0"
}
}