danakt / handlebars-to-jsx

Converts Handlebars template to React component
MIT License
57 stars 15 forks source link

[Feature] Add `includeImport` option #9

Closed AndrewLeedham closed 5 years ago

AndrewLeedham commented 5 years ago

Allows import React from "react"; to be added if true.

danakt commented 5 years ago

Thank you! 🙂