Skip to content

MicheleBertoli/babel-plugin-react-fix-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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