babel-plugin-transform-remote-react-styl
v1.0.1
Published
Downloads
1
Readme
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"]
});