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:
parent
454c72ddb4
commit
d3d81a9de1
2 changed files with 170 additions and 3 deletions
|
|
@ -34,6 +34,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "~19.0.0",
|
||||
"babel-plugin-module-resolver": "^5.0.2",
|
||||
"typescript": "~5.4.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue