Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.6 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.6 KB

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. add
  2. generate-loader
  3. generate-plugin
  4. generators
  5. info
  6. init
  7. make
  8. migrate
  9. remove
  10. serve
  11. update
  12. utils
  13. 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