babel-plugin-jsx-if

1.0.2 • Public • Published

babel-plugin-jsx-if

Transform <div if={false}>Hello world</div> to {false && <div>Hello world</div>}.

Readme

Keywords

none

Package Sidebar

Install

npm i babel-plugin-jsx-if

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • steelbrain
  • nwienert