Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kamataryo/babel-plugin-wp-element

A babel plugin to convert the react import declaration for WordPress.
https://github.com/kamataryo/babel-plugin-wp-element

Last synced: about 2 months ago
JSON representation

A babel plugin to convert the react import declaration for WordPress.

Awesome Lists containing this project

README

        

# babel-plugin-wp-element

[![Build Status](https://travis-ci.org/kamataryo/babel-plugin-wp-element.svg?branch=master)](https://travis-ci.org/kamataryo/babel-plugin-wp-element)

![header](./social.png)

A babel plugin to convert the react import declaration for WordPress.

## Usage

```shell
$ yarn add babel-plugin-wp-element --dev
$ vi .babelrc

{
plugins: ['wp-element']
}
```

## Development

```shell
$ git clone [email protected]:kamataryo/babel-plugin-wp-element.git
$ cd babel-plugin-wp-element
$ yarn
$ npm test
$ npm run Build
$ npm run e2e
```