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 develop our static pages using {{mustache}}. In our current workflow we run manually mustache to render the html (and other) files into /src where it get's picked up by vite for processing and hmr.
This is mainly due to our lack of understanding vite/rollup.
What we ideally would like to have is: on change of a *.mustache file it gets transformed and the result processed by vite.
I've seen the rollup mustache plugin, but it eludes me how to configure the processing chain
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We develop our static pages using {{mustache}}. In our current workflow we run manually mustache to render the html (and other) files into /src where it get's picked up by vite for processing and hmr.
This is mainly due to our lack of understanding vite/rollup.
What we ideally would like to have is: on change of a *.mustache file it gets transformed and the result processed by vite.
I've seen the rollup mustache plugin, but it eludes me how to configure the processing chain
Beta Was this translation helpful? Give feedback.
All reactions