1.1.2 • Published 3 years ago

@webpack-cli/migrate v1.1.2

Weekly downloads
3,042
License
MIT
Repository
-
Last release
3 years ago

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
1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.1-rc.1

4 years ago

1.0.1-rc.0

4 years ago

1.0.1-alpha.5

4 years ago

1.0.1-alpha.4

4 years ago

1.0.1-alpha.3

4 years ago

0.1.9

4 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.3

5 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.4

6 years ago