Package Exports
- webpack-cli
- webpack-cli/bin/cli
- webpack-cli/bin/cli.js
- webpack-cli/bin/config-yargs
- webpack-cli/bin/convert-argv
- webpack-cli/package.json
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (webpack-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Webpack CLI
Webpack CLI encapsulates all code related to CLI handling. It captures options and sends them to webpack compiler. You can also find functionality for initializing a project and migrating between versions.
Migration from webpack v1 to v2
The migrate feature eases the transition from version 1 to version 2. migrate also allows users to switch to the new version of webpack without having to extensively refactor.
webpack-cli migrate <config>
Creating new webpack projects
The init feature allows users to get started with webpack, fast. Through scaffolding, people can create their own configuration in order to faster initialize new projects for various of use cases.
webpack-cli init webpack-scaffold-<package>
Contributing and Internal Documentation
The webpack family welcomes any contributor, small or big. We are happy to elaborate, guide you through the source code and find issues you might want to work on! To get started have a look at our documentation on contributing, or our Internal Documentation