extract-loader : webpack loader to extract HTML and CSS from the bundle. You can installing extract-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 extract-loader $ sudo npm install -g extract-loader
If want to update the extract-loader package execute the command as below,
$ sudo npm update extract-loader
Update package globally,
$ npm install -g extract-loader
$ sudo git clone https://github.com/rektide/extract-loader.git
$ sudo npm install -g ./extract-loader
extract-loader@1.0.1 /usr/lib/node_modules/extract-loader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall extract-loader
Package Name | extract-loader |
Version | 1.0.1 |
Description | webpack loader to extract HTML and CSS from the bundle |
Released Date | 2017-08-19T17:30:19.606Z |
Published by | jhnns |
How to Learn | https://www.npmjs.com/package/extract-loader/tutorial |