source-map-loader : extracts inlined source map and offers it to webpack. You can installing source-map-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 source-map-loader $ sudo npm install -g source-map-loader
If want to update the source-map-loader package execute the command as below,
$ sudo npm update source-map-loader
Update package globally,
$ npm install -g source-map-loader
$ sudo git clone https://github.com/rektide/source-map-loader.git
$ sudo npm install -g ./source-map-loader
source-map-loader@0.2.3 /usr/lib/node_modules/source-map-loader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall source-map-loader
| Package Name | source-map-loader |
| Version | 0.2.3 |
| Description | extracts inlined source map and offers it to webpack |
| Released Date | 2017-10-23T15:31:03.823Z |
| Published by | d3viant0ne |
| How to Learn | https://www.npmjs.com/package/source-map-loader/tutorial |