YAES
YAES copied to clipboard
Starter kit for your next eleventy(11ty) project using postcss, es6, snowpack, webpack.
Results
2
YAES issues
Sort by
recently updated
recently updated
newest added
Hello again, sorry ran yarn dev and received the following log ``` [eleventy] Command exited with error code: Error: Command was killed with SIGABRT (Aborted): eleventy --watch dyld: lazy symbol...
Please look: YAES/config/eleventy/image.js > line 50 ``` ... async function handleImage({ src: relativeSrc, alt }) { - if (!alt) throw new Error(`Missing \`alt\` on myImage from: ${src}`); + if (!alt)...