babel-plugin-react-transform : Babel plugin to instrument React components with custom transforms. You can installing babel-plugin-react-transform npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install babel-plugin-react-transform $ sudo npm install -g babel-plugin-react-transform
If want to update the babel-plugin-react-transform package execute the command as below,
$ sudo npm update babel-plugin-react-transform
Update package globally,
$ npm install -g babel-plugin-react-transform
$ sudo git clone https://github.com/rektide/babel-plugin-react-transform.git
$ sudo npm install -g ./babel-plugin-react-transform
babel-plugin-react-transform@3.0.0 /usr/lib/node_modules/babel-plugin-react-transform
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-react-transform
Package Name | babel-plugin-react-transform |
Version | 3.0.0 |
Description | Babel plugin to instrument React components with custom transforms |
Released Date | 2017-09-12T14:36:24.807Z |
Published by | gaearon |
How to Learn | https://www.npmjs.com/package/babel-plugin-react-transform/tutorial |