When updating to Gulp v5 and running `npm run dev` in examples/jekyll the build process fails due to the following error: <img width="921" alt="Screenshot 2024-10-18 at 3 41 22 PM" src="https://github.com/user-attachments/assets/efe6ee11-1065-41c2-a38b-26ba89b01d0d"> This seems to be an issue in Gulp v5 that is yet to be fixed: - https://github.com/gulpjs/glob-stream/issues/134 - https://github.com/gulpjs/glob-stream/pull/137 - https://github.com/gulpjs/gulp/issues/2840