Open ProPhycient5 opened 2 years ago
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 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