Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 691 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 691 Bytes

webpack-cli migrate

npm

Description

This package contains the logic to migrate a project from one version to the other.

Installation

npm i -D webpack-cli @webpack-cli/migrate

Usage

To run the package programmatically, install it as a dependency. When using the package programmatically, one does not have to install webpack-cli.

Node

const migrate = require("@webpack-cli/migrate").default;

// add null to mock process.env
migrate(null, null, inputPath, outputPath);

CLI (via webpack-cli)

npx webpack-cli migrate