Skip to content

Glob support in optimizeDeps.include/exclude/link #699

@ashubham

Description

@ashubham

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions