Is there a way to get Pug templates working?
According to the Vite github issues, it should just require
Pug is an indent-senstive format but it's taking this:
and converting it to this
... which is annoying and broken. Any thoughts?
It seems to be the
However, even if I disable it, the build does not seem to work with pug templates... it renders them as plaintext
pug to be installed. I've done that but VsCode seems to be formatting pug markup incorrectly.Pug is an indent-senstive format but it's taking this:
and converting it to this
... which is annoying and broken. Any thoughts?
It seems to be the
Svelte for VsCode plugin that is doing this mal-formatting. However, even if I disable it, the build does not seem to work with pug templates... it renders them as plaintext