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