Babel Plugin React Fix It

December 19, 2016 ยท View on GitHub

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

Contents

  1. 1Installation
  2. 2Usage
  3. 3Test