Skip to content

Support an array of variantGlob in Webpack TogglePointInjection Plugin #5

@TomStrepsil

Description

@TomStrepsil

Issue

The variantGlob option works, but is cumbersome when matching wildly different but specific patterns, due to innate nature of glob - the regex groups supported by fast-glob only work at the individual path segment level.

Details

A need arose in the Product Listing Page to toggle a few non-React (but within the components/ parent folder) root path, without much shared directory structure.

By specifying an array of specific paths, this would both be clear and explicit. By being "first in line" it would negate any need for these paths to be excluded from subsequent toggle point configurations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions