nick / nick-babel-plugin-transform-remove-react-styl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel-plugin-transform-remove-react-styl

Installation

$ npm install babel-plugin-transform-remove-react-styl

Usage

Via .babelrc (Recommended)

.babelrc

{
  "plugins": ["transform-remove-react-styl"]
}

Via CLI

$ babel --plugins transform-remove-react-styl script.js

Via Node API

require("babel-core").transform("code", {
  plugins: ["transform-remove-react-styl"]
});

About

License:MIT License


Languages

Language:JavaScript 100.0%