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
We use the handlebars-loader in combination with Storybook and plain html/scss, which works awesome!
We want to configure handlebars to optionally resolve partials based on prefixed, and if not passed use the default partial resolver. There is now only an option to override the behavior completely, without fallback.
What we want to achieve:
<!-- custom resolving, search in a directory called 'legacy' -->
{{> legacy.my-partial }}
<!-- should still work (fallback to default resolve) -->
{{> my-partial }}
The text was updated successfully, but these errors were encountered:
Hi,
We use the
handlebars-loader
in combination with Storybook and plain html/scss, which works awesome!We want to configure handlebars to optionally resolve partials based on prefixed, and if not passed use the default partial resolver. There is now only an option to override the behavior completely, without fallback.
What we want to achieve:
The text was updated successfully, but these errors were encountered: