imports-loader : imports loader module for webpack. You can installing imports-loader 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 imports-loader $ sudo npm install -g imports-loader
If want to update the imports-loader package execute the command as below,
$ sudo npm update imports-loader
Update package globally,
$ npm install -g imports-loader
$ sudo git clone https://github.com/rektide/imports-loader.git
$ sudo npm install -g ./imports-loader
imports-loader@0.7.1 /usr/lib/node_modules/imports-loader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall imports-loader
Package Name | imports-loader |
Version | 0.7.1 |
Description | imports loader module for webpack |
Released Date | 2017-02-25T05:47:05.017Z |
Published by | d3viant0ne |
How to Learn | https://www.npmjs.com/package/imports-loader/tutorial |