pugjs / babel-plugin-transform-react-pug

A plugin for transpiling pug templates to jsx
MIT License
808 stars 46 forks source link

How to use with preact #83

Open ezhlobo opened 5 years ago

ezhlobo commented 5 years ago

It basically works well if you use preact-compat among with preact, which is widely used way to use preact.

Need to make some tests that it works well and mention this in documentation to make it more clear for others.