1.0.1 • Published 8 years ago

babel-plugin-transform-remote-react-styl v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

babel-plugin-transform-remote-react-styl

Installation

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

Usage

Via .babelrc (Recommended)

.babelrc

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

Via CLI

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

Via Node API

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