Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.02 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. configtest
  2. create-webpack-app
  3. info
  4. serve
  5. webpack-cli

Generic Installation

Standalone installation of packages (except create-webpack-app, it is a self-sufficient package)

npm install webpack-cli @webpack-cli/<package>

Back to webpack-cli