extract-text-webpack-plugin : Extract text from bundle into a file.. You can installing extract-text-webpack-plugin 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-text-webpack-plugin $ sudo npm install -g extract-text-webpack-plugin
If want to update the extract-text-webpack-plugin package execute the command as below,
$ sudo npm update extract-text-webpack-plugin
Update package globally,
$ npm install -g extract-text-webpack-plugin
$ sudo git clone https://github.com/rektide/extract-text-webpack-plugin.git
$ sudo npm install -g ./extract-text-webpack-plugin
extract-text-webpack-plugin@3.0.2 /usr/lib/node_modules/extract-text-webpack-plugin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall extract-text-webpack-plugin
Package Name | extract-text-webpack-plugin |
Version | 3.0.2 |
Description | Extract text from bundle into a file. |
Released Date | 2017-10-25T17:10:40.610Z |
Published by | d3viant0ne |
How to Learn | https://www.npmjs.com/package/extract-text-webpack-plugin/tutorial |