@webpack-cli/migrate
v1.1.2
Published
Migrate command for webpack-cli
Readme
webpack-cli migrate
Description
This package contains the logic to migrate a project from one version to the other.
Installation
npm i -D webpack-cli @webpack-cli/migrateUsage
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