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 have some private npm package that contains Handlebars partials, which I want to directly use these partials in my Eleventy website, and had hoped that I could reference them from the installed package into a page. But since they're not part of the "includes" folder, it's impossible for Handlebars (on the documentation I see relative paths are possible for other template engines, or is this a different something).
I'm a bit lost on how to tackle this. Any idea how I could solve this, without the need for a copy script? There's no array for the "includes" option on the eleventyConfig.
The text was updated successfully, but these errors were encountered:
I have some private npm package that contains Handlebars partials, which I want to directly use these partials in my Eleventy website, and had hoped that I could reference them from the installed package into a page. But since they're not part of the "includes" folder, it's impossible for Handlebars (on the documentation I see relative paths are possible for other template engines, or is this a different something).
I'm a bit lost on how to tackle this. Any idea how I could solve this, without the need for a copy script? There's no array for the "includes" option on the eleventyConfig.
The text was updated successfully, but these errors were encountered: