Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,8 @@ For more information about what each part of the template mean, head up to the d

## Migrate with the CLI

This is a new feature in development for the CLI.

```sh
webpack --migrate <your-config-name>
webpack migrate
```

The expected result of the above command is to take the mentioned `webpack` configuration and create a new configuration file which is compatible with webpack 2.
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/npm-packages-exists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const WEBPACK_SCAFFOLD_PREFIX = "webpack-scaffold";
* on npm and throws an error if it is not.
*
* @param {String[]} pkg - Array of packages to check existence of
* @returns {Array} resolvePackages - Returns an process to install the packages
* @returns {Array} resolvePackages - Returns a process to install the packages
*/

export default function npmPackagesExists(pkg: string[]): void {
Expand Down