babel-plugin-react-display-name

v2.0.0
Add displayName to React.createClass calls
babel-plugin

babel-plugin-react-display-name

Add displayName to React.createClass calls

Installation

$ npm install babel-plugin-react-display-name

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["react-display-name"]
}

Via CLI

$ babel --plugins react-display-name script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["react-display-name"]
});
npm i babel-plugin-react-display-name

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 8/28/2015

Downloads

Maintainers