babel-plugin-object-assign : Babel plugin to replace Object.assign with the extends helper. You can installing babel-plugin-object-assign 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-object-assign $ sudo npm install -g babel-plugin-object-assign
If want to update the babel-plugin-object-assign package execute the command as below,
$ sudo npm update babel-plugin-object-assign
Update package globally,
$ npm install -g babel-plugin-object-assign
$ sudo git clone https://github.com/rektide/babel-plugin-object-assign.git
$ sudo npm install -g ./babel-plugin-object-assign
babel-plugin-object-assign@1.2.1 /usr/lib/node_modules/babel-plugin-object-assign
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-object-assign
Package Name | babel-plugin-object-assign |
Version | 1.2.1 |
Description | Babel plugin to replace Object.assign with the extends helper |
Released Date | 2015-07-25T08:52:10.746Z |
Published by | jedwatson |
How to Learn | https://www.npmjs.com/package/babel-plugin-object-assign/tutorial |