Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.22 KB

webpack-cli Packages

Table of content

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. generators
  2. info
  3. init
  4. migrate
  5. serve
  6. utils
  7. webpack-cli

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