Add support for an array of globs in getComponentsMap
#123
Labels
enhancement
New feature or request
Milestone
getComponentsMap
#123
Right now when you pass an array to
getComponentsMap
we assume that you’re passing in a list of file names. You may want some of these to be globs.Practically speaking this is used by the Eleventy WebC plugin when we pass in the
components
prop, so this would unlock something like this, too:The text was updated successfully, but these errors were encountered: