$
This commit is contained in:
27
node_modules/@webpack-cli/configtest/README.md
generated
vendored
Normal file
27
node_modules/@webpack-cli/configtest/README.md
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
# webpack-cli configtest
|
||||
|
||||
[![NPM Downloads][downloads]][downloads-url]
|
||||
|
||||
## Description
|
||||
|
||||
This package validates a webpack configuration.
|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
#npm
|
||||
npm i -D @webpack-cli/configtest
|
||||
|
||||
#yarn
|
||||
yarn add -D @webpack-cli/configtest
|
||||
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
npx webpack configtest [config-path]
|
||||
```
|
||||
|
||||
[downloads]: https://img.shields.io/npm/dm/@webpack-cli/configtest.svg
|
||||
[downloads-url]: https://www.npmjs.com/package/@webpack-cli/configtest
|
Reference in New Issue
Block a user