Ignore certain dependencies #98
broksonic21
started this conversation in
Ideas
Replies: 2 comments 8 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 |
5 replies
|
Hi @thisisgit, yes that's the way to go! I have pushed #111 and we'll try to merge and release it next week |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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:
All reactions