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.