mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 17:41:09 +02:00
fix(monorepo): add .npmrc with node-linker=hoisted for EAS Build compatibility
pnpm's default isolated dependency resolution prevents Metro/Babel from finding transitive dependencies like babel-preset-expo and @babel/plugin-transform-react-jsx during EAS Build. Using hoisted mode creates a flat node_modules structure compatible with React Native tooling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a39e4ca7f7
commit
a2569eb14e
1 changed files with 1 additions and 0 deletions
1
.npmrc
Normal file
1
.npmrc
Normal file
|
|
@ -0,0 +1 @@
|
|||
node-linker=hoisted
|
||||
Loading…
Add table
Add a link
Reference in a new issue