larowlan / vite-plugin-twig-drupal

Provides a vite plugin for rendering Drupal flavoured twig files with Storybook
MIT License
15 stars 4 forks source link

Add support for Twig functions #9

Closed psebborn closed 6 months ago

psebborn commented 6 months ago

First off, I'm loving this plugin, thank you for your hard work! I have a use case where I'm using a Twig function (specifically the bem function as at https://www.npmjs.com/package/bem-twig-extension )

It would be great to add the ability to pass through functions from the Vite config, so they can be used in the Twig files!