babel-plugin-transform-jsx-except-react
v1.0.5
Published
Turn JSX into react objects if react is not required.
Downloads
6
Readme
babel-plugin-transform-jsx-except-react
Same as babel-plugin-transform-jsx
but ignores files with React
included.
If the callStyle
option is set to individual
, the function
will be called
with (elementName, attributes, children)
instead of an object.