Skip to content

Latest commit

 

History

History
 
 

packages

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

webpack-cli Packages

Description

webpack CLI hosts several standalone packages apart from the main package that focuses on the solving respective smaller use cases. This folder is the collection of those packages.

Packages

  1. generate-loader
  2. generate-plugin
  3. generators
  4. info
  5. init
  6. migrate
  7. serve
  8. utils
  9. webpack-scaffold

Generic Installation

  1. Standalone installation of packages
npm install @webpack-cli/<package>
  1. Installation of respective package with webpack-cli [Recommended]
npm install webpack-cli @webpack-cli/<package>

Back to webpack-cli