babel-plugin-react-fix-it icon indicating copy to clipboard operation
babel-plugin-react-fix-it copied to clipboard

Babel plugin for react-fix-it

Build Status

Babel Plugin React Fix It

Babel plugin for react-fix-it.

Installation

yarn add --dev react-fix-it babel-plugin-react-fix-it

Usage

{
  "env": {
    "development": {
      "plugins": ["react-fix-it"]
    }
  }
}

Test

yarn test