babel-plugin-jsx-to-pearl

1.1.0 • Public • Published

babel-plugin-jsx-to-pearl

This is a babel plugin that transforms jsx into pearl fumctions.

Installation

# using npm
npm install babel-plugin-jsx-to-pearl --save-dev

# using yarn
yarn add babel-plugin-jsx-to-pearl --dev

You should also install @babel/plugin-syntax-jsx inorder to use it.

Usage

You should add it to the babel configuration right after @babel/plugin-syntax-jsx.

// .babelrc
{
  ...
  "plugins": [
    ...
    "@babel/plugin-syntax-jsx",
    "babel-plugin-jsx-to-pearl"
    ...
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-jsx-to-pearl

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

8.69 kB

Total Files

3

Last publish

Collaborators

  • jimjunior