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.
- Standalone installation of packages
npm install @webpack-cli/<package>
- Installation of respective
package
withwebpack-cli
[Recommended]
npm install webpack-cli @webpack-cli/<package>