pugjs / babel-plugin-transform-react-pug

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

'pug' is not defined no-undef #12

Closed sagaya closed 7 years ago

sagaya commented 7 years ago

I know this issue has been opened but seems most people got a way around it here is exactly what i'm returning in my render

return pug`
      div
        h1 My Component
        p This is my component using pug.
    `;
ForbesLindesay commented 7 years ago

Duplicate