You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 byfast-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.
The text was updated successfully, but these errors were encountered: