vhtml
vhtml copied to clipboard
JSX pragma, flow config and vhtml
Hi,
I tried vhtml and it looks fine.
However, to integrate it in my stack I need to make it properly working with .flowconfig
- what's the pragma @jsx syntax to use with vhtml?
- is there a way to alter .flowconfig to 'prepend 'automatically this @jsx tag to all files ?
Currently I'm using : rollup + buble + flow + vhtml
Thanks for help.
Hi @hefeust
Thought I would weigh in here, looking at https://buble.surge.sh/guide/#jsx it seems adding "jsx": "h" and then importing vhtml with import h from 'vhtml'; should do the job.