eleventy
eleventy copied to clipboard
Fix wildcard in extensions argument in `.addPreprocessor()`
The second argument in .addPreprocessor() seems to be designed to allow "*" to match all templating languages, but gets mapped to ".*" before the actual comparison to "*" happens. As such, it is impossible to match all file types.