With apologies if there's a better support forum out there where I could have asked this...
I'm seeing a strange error with custom shortcodes and filters on a new 11ty site I'm working on, that I've never seen before.
When I edit a page and save, the build fails:
Error: filter not found: prettyDate
but if I touch .eleventy.js, it then recognizes the filter and builds fine. This happens consistently and repeatably. Save the page, build fails. Touch .eleventy.js with no changes and the build works again.
It feels like some sort of caching issue maybe? I've tried deleting the output folder and regenerating, but it didnt' change the behavior.
Operating system
Sonoma 14.2.1
Eleventy
2.0.1
Describe the bug
With apologies if there's a better support forum out there where I could have asked this...
I'm seeing a strange error with custom shortcodes and filters on a new 11ty site I'm working on, that I've never seen before.
When I edit a page and save, the build fails:
Error: filter not found: prettyDate
but if I touch .eleventy.js, it then recognizes the filter and builds fine. This happens consistently and repeatably. Save the page, build fails. Touch .eleventy.js with no changes and the build works again.
It feels like some sort of caching issue maybe? I've tried deleting the output folder and regenerating, but it didnt' change the behavior.
Reproduction steps
Expected behavior
No response
Reproduction URL
No response
Screenshots
No response