babel-plugin-transform-runtime : Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals. You can installing babel-plugin-transform-runtime 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-transform-runtime $ sudo npm install -g babel-plugin-transform-runtime
If want to update the babel-plugin-transform-runtime package execute the command as below,
$ sudo npm update babel-plugin-transform-runtime
Update package globally,
$ npm install -g babel-plugin-transform-runtime
$ sudo git clone https://github.com/rektide/babel-plugin-transform-runtime.git
$ sudo npm install -g ./babel-plugin-transform-runtime
babel-plugin-transform-runtime@6.23.0 /usr/lib/node_modules/babel-plugin-transform-runtime
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall babel-plugin-transform-runtime
Package Name | babel-plugin-transform-runtime |
Version | 6.23.0 |
Description | Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals |
Released Date | 2017-02-13T23:04:28.038Z |
Published by | loganfsmyth |
How to Learn | https://www.npmjs.com/package/babel-plugin-transform-runtime/tutorial |