Skip to content

webpack/webpack-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5cb146f · Mar 1, 2018
Dec 16, 2016
Mar 1, 2018
Feb 20, 2018
Feb 25, 2018
Mar 1, 2018
Mar 1, 2018
Mar 1, 2018
Feb 20, 2018
Dec 19, 2017
Feb 20, 2018
Jan 2, 2018
Feb 20, 2018
Jan 30, 2018
Dec 16, 2016
Oct 22, 2017
Jan 29, 2018
Feb 20, 2018
Feb 20, 2018
Feb 25, 2018
Dec 20, 2017
May 12, 2017
Dec 15, 2016
Feb 26, 2018
Dec 21, 2017
May 8, 2017
Feb 20, 2018
Feb 8, 2018
Dec 21, 2017
Mar 1, 2018
Mar 1, 2018

Repository files navigation

Build Status Build status Dependency Status Code Climate chat on gitter

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. For the time being, it is backwards-compatible with the CLI included in webpack itself.

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>

Read more about migrating

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-addons-<package>

Read more about scaffolding

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