A babel plugin to convert the react import declaration for WordPress.
$ yarn add babel-plugin-wp-element --dev
$ vi .babelrc
{
plugins: ['wp-element']
}
$ 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