-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
I am trying to exclude/link my local packages in my Monorepo. All my local packages follow a common naming pattern like @orgname/packagename.
Describe the solution you'd like
Glob support in include/exclude/link will be helpful to not have to list down all my local packages. I could do something like:
link: [
"@orgname/*"
]
Describe alternatives you've considered
Listing down all local packages, which is verbose and unmaintainable.
Reactions are currently unavailable