1.1.2 • Published 4 years ago

@webpack-cli/migrate v1.1.2

Weekly downloads
3,042
License
MIT
Repository
-
Last release
4 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

4 years ago

1.1.1

4 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.1-rc.1

5 years ago

1.0.1-rc.0

5 years ago

1.0.1-alpha.5

5 years ago

1.0.1-alpha.4

5 years ago

1.0.1-alpha.3

5 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.3

6 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.4

7 years ago