babel-plugin-react-constant-elements

v1.0.3
Treat React JSX elements as value types and hoist them to the highest scope
babel-plugin

babel-plugin-react-constant-elements

Treat React JSX elements as value types and hoist them to the highest scope

Installation

$ npm install babel-plugin-react-constant-elements

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["react-constant-elements"]
}

Via CLI

$ babel --plugins react-constant-elements script.js

Via Node API

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

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 6/15/2015

Downloads

Maintainers