@webpack-cli/remove

v0.0.8
Scaffold for removing elements from configurations

webpack-cli remove

NPM Downloads

Description

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

Installation

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

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 remove = require("@webpack-cli/remove").default;
remove();

CLI (via webpack-cli)

npx webpack-cli remove
npm i @webpack-cli/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 6/2/2018

Downloads

Maintainers