You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package contains the logic to add new properties to the a webpack configuration file. It will run a generator that prompts the user for questions of which property to add to their webpack configuration file.
6
+
7
+
## Installation
8
+
9
+
```bash
10
+
npm i -D webpack-cli @webpack-cli/add
11
+
```
12
+
13
+
## Usage
14
+
15
+
To run the scaffolding instance programmatically, install it as a dependency. When using the package programmatically, one does not have to install webpack-cli.
0 commit comments