We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
transform-react-inline-elements
The features that you all provide can be done by step 1: Install via npm: npm install --save-dev babel-plugin-jsx-control-statements
npm install --save-dev babel-plugin-jsx-control-statements
step 2: specify JSX-Control-Statements as Babel plugin, which you would typically do in your .babelrc
... "plugins": ["jsx-control-statements"] }``` then why do we add extra plugin i.e. ``` transform-react-inline-elements```???
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The features that you all provide can be done by
step 1:
Install via npm:
npm install --save-dev babel-plugin-jsx-control-statements
step 2:
specify JSX-Control-Statements as Babel plugin, which you would typically do in your .babelrc
The text was updated successfully, but these errors were encountered: