You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would also note that the reason we didn’t just use components: "_includes/**/*.webc is to avoid conflicts between WebC Components and WebC for Eleventy Layouts. We don’t want to waste resources compiling a WebC Layout file as a component (and vice versa).
One future-compatible idea here is to add an alias here to make the path relative to the input directory (we already have one for the root directory for webc.components in front matter).
I think
components: "_components/**/*.webc"
is probably appropriate.Will need to handle
ignores
and watch targets correctly!Suggested by @cfjedimaster here: https://www.raymondcamden.com/2022/10/16/first-experience-building-with-eleventys-webc-plugin
The text was updated successfully, but these errors were encountered: