Ignore certain dependencies #98
Replies: 2 comments 6 replies
-
Hi @broksonic21, currently expo plugin uses the following {
includeTransitiveDependencies: true,
includeDevDependencies: false,
includeOptionalDependencies: true
} So the dev dependencies are ignored now. We didn't add yet the way to modify this config from the level of plugin, but we'll do in future releases. Also private packages are ignored by default, so if you have some internal package, try to add |
Beta Was this translation helpful? Give feedback.
-
Hi @thisisgit, yes that's the way to go! I have pushed #111 and we'll try to merge and release it next week |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Love this - it just works to add settings.
Is there anyway to do the following using the base expo plugin:
Beta Was this translation helpful? Give feedback.
All reactions