babel-plugin-transform-remote-react-styl
v1.0.1
Published
Downloads
3
Readme
babel-plugin-transform-remote-react-styl
Installation
$ npm install babel-plugin-transform-remote-react-stylUsage
Via .babelrc (Recommended)
.babelrc
{
"plugins": ["transform-remote-react-styl"]
}Via CLI
$ babel --plugins transform-remote-react-styl script.jsVia Node API
require("babel-core").transform("code", {
plugins: ["transform-remote-react-styl"]
});