I believe this is filed upstream here: https://github.com/mrmlnc/fast-glob/issues/276
Until it鈥檚 fixed you can declare "fast-glob": "3.2.2" in your dependencies in package.json alongside eleventy and that should fix it.
e.g.:
"@11ty/eleventy": "^0.11.0",
"fast-glob": "3.2.2",
Must be fixed by [email protected]. I'm sorry about this situation. I wrote the missing tests.
No worries @mrmlnc鈥攔eally appreciate the quick resolution! I鈥檒l retest
Resolved鈥攖hank you!
Because we use ^3.2.2 in Eleventy this is fixed as it鈥檒l pick up 3.2.4 automatically.
Most helpful comment
Must be fixed by
[email protected]. I'm sorry about this situation. I wrote the missing tests.