0.1.8 • Published 5 years ago

@webpack-cli/update v0.1.8

Weekly downloads
256
License
MIT
Repository
-
Last release
5 years ago

webpack-cli update

NPM Downloads

Description

This package contains the logic to update properties in a webpack configuration file. It will run a generator that prompts the user for questions of which property to update in their webpack configuration file.

Installation

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

Usage

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

Node

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

CLI (via webpack-cli)

npx webpack-cli update
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