@ethicdevs/valajsx-babel-plugin
A small babel plugin that transforms JSX to ValaJSX function calls.
NOTE: This is WIP and in use in a private/internal project (for now).
Usage
Add this to your .babelrc
or babel.config.{js,json}
file, depending on your
usage:
{
"plugins": [
"@ethicdevs/valajsx-babel-plugin",
"@ethicdevs/valajsx-babel-plugin/with-jsx"
]
}