0.1.0 • Published 2 years ago

@ethicdevs/valajsx-babel-plugin v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@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"
  ]
}