0.0.3 • Published 5 years ago

babel-plugin-wp-element v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

babel-plugin-wp-element

Build Status

header

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

Usage

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

{
  plugins: ['wp-element']
}

Development

$ git clone git@github.com:kamataryo/babel-plugin-wp-element.git
$ cd babel-plugin-wp-element
$ yarn
$ npm test
$ npm run Build
$ npm run e2e