|
|
|
|
|
by audiolion
2831 days ago
|
|
The reason I use nohoist is because my monorepo has a react native package and web package inside it, I found that if I hoist react native stuff it doesn't resolve properly with the metro bundler, so I have to nohoist every react native package. |
|