Possible to load templates synchronously?
I've successfully ported over my Storybook/Twing setup from Storybook/Webpack to Storybook/Vite, using version 1.0.0-alpha.4 of this Rollup plugin and version 7.1.3 of Twing.
If I'm not mistaken, a synchronous (non-Promise-based) rendering option has been added back to Twing in recent versions. I'm wondering whether it's possible to make use of that synchronous rendering with this Rollup plugin. The asynchronous rendering works fine, but it does require some "hacky" workarounds in Storybook.